forked from Freeboard/freeboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 1.69 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"app_name": "nw",
"nodejs": true,
"additional_trust_anchors": "",
"inject-js-end": "",
"keywords": [],
"devDependencies": {
"grunt-contrib-concat": "0.1.3",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-cssmin": "0.6.1",
"grunt-contrib-watch": "0.5.3",
"grunt-string-replace": "^0.2.7",
"grunt": "0.4.1"
},
"title": "MyViz",
"user-agent": "",
"window": {
"fullscreen": false,
"kiosk_emulation": false,
"resizable": true,
"show": true,
"always-on-top": false,
"frame": true,
"title": "MyViz",
"kiosk": false,
"visible": true,
"as_desktop": false,
"toolbar": false,
"position": "",
"show_in_taskbar": true,
"width": 1024,
"height": 768,
"transparent": false,
"icon": "myviz.png"
},
"version": "1.1.3",
"inject-js-start": "",
"main": "index.html",
"chromium-args": "",
"description": "",
"webkit": {
"page-cache": false,
"java": false,
"plugin": false
},
"js-flags": "",
"name": "MyViz",
"single-instance": false,
"snapshot": "",
"node-main": "",
"dependencies": {
"arch": "^2.1.0",
"binarysearch": "^1.0.0",
"brace-expansion": "^1.1.8",
"compare-versions": "^3.3.0",
"csvtojson": "^1.1.9",
"fast-json-parse": "^1.0.3",
"html5-websocket": "^2.0.2",
"line-by-line": "^0.1.6",
"line-reader": "^0.4.0",
"nan": "^2.8.0",
"node-dir": "^0.1.17",
"nw-dialog": "^1.0.7",
"opn": "^4.0.2",
"os": "^0.1.1",
"os-locale": "^2.1.0",
"os-utils": "0.0.14",
"osenv": "^0.1.4",
"reconnecting-websocket": "^3.2.2",
"serialport": "^2.1.2",
"ssh-exec": "^2.0.0",
"tail": "^1.3.0",
"usb-detection": "^2.0.1"
}
}