-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.55 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.55 KB
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
{
"name": "Airspace",
"fullName": "Leap Motion App Home",
"version": "2.3.2",
"description": "Leap Motion App Home by Leap Motion, Inc.",
"company": "Leap Motion, Inc.",
"main": "index.html",
"node-main": "node-main.js",
"chromium-args": "--disable-gpu --disable-software-rasterizer --skip-gpu-data-loading",
"window": {
"title": "Leap Motion App Home",
"icon": "static/icon/icon.png",
"show": false,
"toolbar": true,
"min_width": 932,
"min_height": 600,
"single-instance": true
},
"dependencies": {
"async": "0.2.8",
"backbone": "1.1.0",
"django-urlify": "0.0.1",
"fs-extra": "0.6.1",
"jade": "0.30.0",
"jed": "1.0.2",
"markdown": "0.4.0",
"mv": "1.0.0",
"po2json": "0.0.6",
"plist": "git://github.com/leapmotion/node-plist.git#ea8aca44489a71c08d21e24b33efcbb5b149b52e",
"rewire": "1.1.3",
"spin": "0.0.1",
"stylus": "0.32.1",
"underscore": "1.4.4",
"q": "~0.9.7",
"q-io": "~1.10.6",
"once": "~1.3.0",
"coffee-script": "~1.6.3",
"filesize": "~2.0.0",
"walker": "~1.0.5",
"nw-gyp": "~0.10.9",
"request": "2.51.0",
"node-uuid" : "1.4.2",
"rimraf": "2.2.8",
"minimatch": "1.0.0",
"universal-analytics": "~0.3.4",
"unzip": "git://github.com/leapmotion/node-unzip.git",
"adm-zip": "^0.4.4"
},
"devDependencies": {
"chai": "1.8.x",
"chai-as-promised": "4.1.x",
"mocha": "1.9.x",
"wd": "~0.2.8"
},
"scripts": {
"test": "node bin/test"
},
"engine": "node >= 0.10.0",
"nwVersion": "0.8.7-rc4"
}