-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·40 lines (40 loc) · 1.18 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
{
"name": "netease-music-juke-box",
"version": "1.0.0",
"description": "Another implementation of Netease Music. 另一个利用网易音乐 API 的 Web 前端实现。",
"main": "webpack.config.js",
"dependencies": {},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-open": "^2.0.0",
"jquery": "^3.0.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"rimraf": "^2.5.3",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"wolfy87-eventemitter": "^5.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MagicCube/netease-music-juke-box.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MagicCube/netease-music-juke-box/issues"
},
"homepage": "https://github.com/MagicCube/netease-music-juke-box#readme"
}