-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 994 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
{
"name": "nw.js-practice",
"version": "1.0.0",
"description": "A practice, intro and solutions in real word for NW.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mingxinstar/NW.js-Practice.git"
},
"keywords": [
"NW.js",
"practice",
"package",
"installer"
],
"author": "mingxin.huang",
"license": "ISC",
"bugs": {
"url": "https://github.com/mingxinstar/NW.js-Practice/issues"
},
"homepage": "https://github.com/mingxinstar/NW.js-Practice#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-nw-builder": "^2.0.3",
"grunt-shell": "^1.3.1",
"grunt-text-replace": "^0.4.0",
"nw-builder": "^2.2.5"
},
"name": "么么直播",
"main": "./app/index.html",
"window": {
"title": "么么直播",
"width": 1400,
"height": 850,
"icon": "./app/icons/icon.png",
"frame": false
}
}