-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 828 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 828 Bytes
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
{
"name": "nw.js-examples",
"version": "1.0.0",
"description": "nw.js features demonstrated in a simple project",
"license": "MIT",
"author": {
"name": "Julian Motz",
"url": "https://github.com/julmot"
},
"repository": {
"url": "https://github.com/julmot/nw.js-examples.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/julmot/nw.js-examples/issues"
},
"scripts": {
"dev": "nw src/",
"prod": "nwbuild --platforms win32,win64,osx64,linux32,linux64 --buildDir dist/ src/",
"build": "nwb nwbuild -v 0.52.2 -p win64 ./src"
},
"devDependencies": {
"nw": "^0.52.2-sdk",
"nw-builder": "^3.1.2",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-load-plugins": "^1.2.4",
"nwjs-builder": "latest",
"yargs": "^4.7.1"
}
}