forked from nwjs/nw.js
-
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) · 908 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 908 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-tests",
"version": "0.1.0",
"main": "index.html",
"window": {
"position": "center",
"show": false
},
"dependencies": {
"tar": "*",
"commander": "0.6.1",
"growl": "1.6.x",
"jade": "0.26.3",
"diff": "1.0.2",
"debug": "*",
"mkdirp": "0.3.3",
"ms": "0.3.0",
"should": "*",
"coffee-script": "1.2",
"mocha": "1.7.4",
"nw_test_loop": "git+https://github.com/owenc4a4/nw_test_loop_without_handle.git",
"bignum": "git+https://github.com/owenc4a4/bignum.git",
"node-dtrace-provider": "git+https://github.com/chrisa/node-dtrace-provider.git",
"ref": "git+https://github.com/TooTallNate/ref.git",
"node-lame": "git+https://github.com/TooTallNate/node-lame.git",
"fs-extra": "*"
},
"user-agent": "%name/%nwver/%ver/%webkit_ver/%osinfo",
"scripts": {
"install": "python ../tools/build_native_modules.py"
}
}