-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
33 lines (33 loc) · 881 Bytes
/
package.json
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": "flv2fmp4",
"version": "1.0.0",
"description": "博客的mp4软编码系列文章的demo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://332065255@github.com/332065255/flv2fmp4.git"
},
"author": "g11",
"license": "ISC",
"bugs": {
"url": "https://github.com/332065255/flv2fmp4/issues"
},
"homepage": "https://github.com/332065255/flv2fmp4#readme",
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"chimee-flv2fmp4": "^0.1.8",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.5.1"
},
"devDependencies": {
"eslint": "^4.1.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}