-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 756 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "m3u8-file-parser",
"version": "0.2.4",
"description": "A m3u8 file parser built against RFC8216",
"main": "index.js",
"author": "NimitzDEV",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"webpack": "^4.2.0"
},
"scripts": {
"build": "node ./build.js"
},
"directories": {
"example": "examples"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/NimitzDEV/m3u8-file-parser.git"
},
"keywords": [
"m3u",
"m3u8"
],
"bugs": {
"url": "https://github.com/NimitzDEV/m3u8-file-parser/issues"
},
"homepage": "https://github.com/NimitzDEV/m3u8-file-parser#readme"
}