forked from Zeukkari/leapgim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 1.99 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 1.99 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "leapgim",
"author": "Petre Tudor, Taija Mertanen, Timo Aho",
"license": "GPL-3.0",
"description": "Leap Motion gesture input mapper",
"version": "0.1.5",
"homepage": "https://github.com/Zeukkari/leapgim",
"bugs": {
"url": "https://github.com/Zeukkari/leapgim/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Zeukkari/leapgim.git"
},
"keywords": [],
"app_name": "leapgim",
"nodejs": true,
"additional_trust_anchors": [
""
],
"inject-js-end": "",
"node-remote": "127.0.0.1",
"devDependencies": {
"gulp": "^3.9.0",
"nw-gyp": "^0.12.3",
"gulp-util": "^3.0.7",
"gulp-sourcemaps": "^1.6.0",
"gulp-coffee": "^2.3.1"
},
"user-agent": "",
"window": {
"fullscreen": false,
"resizable": false,
"show": true,
"always-on-top": true,
"frame": true,
"title": "leapgim",
"kiosk": false,
"kiosk_emulation": false,
"exe_icon": "leapgim.png",
"visible": true,
"transparent": false,
"as_desktop": false,
"width": 320,
"position": "",
"show_in_taskbar": true,
"height": 80,
"mac_icon": "leapgim.png",
"toolbar": false,
"icon": "leapgim-color.png"
},
"inject-js-start": "",
"main": "index.html",
"chromium-args": "",
"dependencies": {
"coffee-script": "~1.10.0",
"exec-sh": "^0.2.0",
"leapjs": "~0.6.4",
"node-gyp": "^3.0.3",
"nw": "^0.12.3",
"nw-gyp": "^0.12.3",
"robotjs": "^0.3.3",
"yamljs": "^0.2.4"
},
"scripts": {
"coffee": "node_modules/coffee-script/bin/coffee",
"postinstall": "npm run build",
"nw-gyp": "nw-gyp/bin/nw-gyp.js",
"start": "npm run build && nw .",
"rebuild-robotjs": "( cd node_modules/robotjs && nw-gyp configure rebuild --target=0.12.3 )",
"build": "coffee -co lib src/*.coffee",
"install": "npm run rebuild-robotjs",
"nw": "node_modules/nw/bin/nw"
},
"webkit": {
"plugin": true
},
"js-flags": "",
"single-instance": true,
"snapshot": "",
"node-main": ""
}