forked from ustbhuangyi/lyric-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.33 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "lyric-parser",
"version": "1.0.1",
"description": "lyric-parser base on javascript",
"main": "dist/lyric.js",
"scripts": {
"dev": "webpack-dev-server --config build/webpack.dev.js --port 9090 --inline --hot --content-base ./demo --host 0.0.0.0",
"build": "webpack --config build/webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ustbhuangyi/lyric-parser.git"
},
"keywords": [
"lyric",
"parser"
],
"author": "ustbhuangyi",
"license": "MIT",
"bugs": {
"url": "https://github.com/ustbhuangyi/lyric-parser/issues"
},
"homepage": "https://github.com/ustbhuangyi/lyric-parser#readme",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"eslint": "^3.14.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^1.14.1",
"html-webpack-plugin": "^2.28.0"
}
}