forked from stkevintan/Cube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 993 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "nwMusicBox",
"main": "dist/index.html",
"version": "1.3.3",
"window": {
"title": "NetEaseMusic",
"toolbar": true,
"frame": true,
"width": 1122,
"height": 600,
"icon": "dist/assets/img/icon.png"
},
"platformOverrides": {
"windows": {
"window": {
"title": "网易音乐盒 for Windows",
"toolbar": false
}
},
"linux": {
"window": {
"title": "网易音乐盒 for Linux",
"toolbar": false
}
},
"osx": {
"window": {
"title": "网易音乐盒 for OsX",
"toolbar": false
}
}
},
"dependencies": {
"async": "^1.2.0",
"big-integer": "^1.5.5",
"home": "^0.1.8",
"superagent": "^1.2.0"
},
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-jade": "^1.0.1",
"gulp-stylus": "^2.0.5",
"gulp-uglify": "^1.2.0",
"gulp-zip": "^3.0.2",
"nw-builder": "^2.0.1"
}
}