-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.63 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "NW-Starter-App",
"version": "1.0.0",
"main": "application/index.html",
"window": {
"toolbar": false,
"frame": false,
"icon": "application/dist/images/favicon.png",
"width": 1024,
"height": 640,
"min_width": 640,
"min_height": 480,
"position": "center",
"show": true,
"show_in_taskbar": true
},
"webkit": {},
"devDependencies": {
"async": "~1.4.0",
"chai": "~3.0.0",
"gulp": "~3.9.0",
"gulp-cache": "~0.2.10",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.6.0",
"gulp-connect": "~2.2.0",
"gulp-if-else": "~1.0.3",
"gulp-imagemin": "~2.3.0",
"gulp-jshint": "~1.11.2",
"gulp-minify-css": "~1.2.0",
"gulp-notify": "~2.2.0",
"gulp-order": "~1.1.1",
"gulp-rename": "~1.2.2",
"gulp-sass": "~2.0.3",
"gulp-uglify": "~1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "~4.2.4",
"mocha": "~2.2.5",
"node-webkit-builder": "^1.0.13",
"nw-builder": "^2.0.2",
"run-sequence": "~1.1.1",
"sinon": "~1.15.4",
"yargs": "~3.15.0"
},
"scripts": {
"test": "mocha -R spec",
"start": "gulp && nw",
"build": "gulp new-release-candidate"
},
"maintainers": [
{
"name": "James Cordeiro",
"email": "james@cordeiro.co.vu",
"web": "http://james.cordeiro.co.vu"
}
],
"bugs": "https://github.com/james-cordeiro/NodeWebkit-Starter-App/issues",
"platformOverrides": {
"win": {},
"win32": {},
"win64": {},
"osx": {
"window": {
"icon": "icon.icns"
}
},
"osx32": {},
"osx64": {},
"linux": {},
"linux32": {},
"linux64": {}
}
}