-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.34 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
{
"name": "nwjs-project",
"version": "0.0.0",
"description": "My new NW.js project",
"main": "app/index.html",
"node-main": "app/src/main.js",
"window": {
"frame": true,
"toolbar": false,
"width": 1280,
"height": 768,
"position": "center",
"kiosk": false
},
"scripts": {
"app": "./build/nwjs-project/linux32/nwjs-project && echo",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/UmbraEngineering/nwjs-template"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/UmbraEngineering/nwjs-template/issues"
},
"homepage": "https://github.com/UmbraEngineering/nwjs-template",
"devDependencies": {
"browserify": "^7.0.2",
"del": "~1.1.0",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.1",
"gulp-cssmin": "^0.1.6",
"gulp-jshint": "^1.8.6",
"gulp-myth": "^1.0.1",
"gulp-rename": "^1.2.0",
"node-webkit-builder": "^1.0.6",
"require-dir": "^0.1.0",
"run-sequence": "~1.0.2",
"vinyl-source-stream": "^1.0.0"
},
"dependencies": {
"cloak.animate": "0.0.x",
"cloak.controller": "0.0.x",
"cloak.core": "0.0.x",
"cloak.model": "0.0.x",
"cloak.nedb": "0.0.x",
"cloak.router": "0.0.x",
"cloak.view": "0.0.x",
"cloak.view.nw-handlebars": "0.0.x"
}
}