-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 1.97 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
76
77
78
79
80
81
82
83
84
85
86
87
{
"webexe_settings": {
"linux-x32": false,
"windows-x64": true,
"download_dir": "C:\\\\Users\\\\Swapnil.bawkar\\\\Downloads\\\\Web2ExeWin\\\\files\\\\downloads",
"nw_compression_level": 5,
"mac-x32": false,
"windows-x32": false,
"mac-x64": false,
"nw_version": "0.11.6",
"force_download": false,
"linux-x64": false
},
"js-flags": "",
"name": "WeatherApp",
"single-instance": true,
"nodejs": true,
"description": "",
"additional_trust_anchors": "",
"user-agent": "",
"inject-js-end": "",
"keywords": [],
"window": {
"transparent": false,
"fullscreen": false,
"resizable": false,
"title": "WeatherApp",
"always-on-top": false,
"frame": true,
"height": 480,
"exe_icon": "",
"visible": true,
"as_desktop": true,
"position": "",
"show_in_taskbar": true,
"mac_icon": "",
"width": 640,
"toolbar": false,
"icon": ""
},
"version": "0.1.0",
"snapshot": "",
"node-main": "",
"inject-js-start": "",
"webkit": {
"page-cache": false,
"java": false,
"plugin": false
},
"devDependencies": {
"tape": "~2.4.0",
"browserify": "^9.0.3",
"grunt": "~0.4.1",
"grunt-contrib-requirejs": "~0.4.4",
"chai": "~2.1.1",
"mocha": "~2.1.0",
"karma": "~0.12.31",
"karma-chrome-launcher": "~0.1.7",
"karma-mocha": "~0.1.10",
"karma-firefox-launcher": "~0.1.4",
"karma-safari-launcher": "~0.1.1",
"karma-ie-launcher": "~0.1.5",
"karma-requirejs": "~0.2.2",
"karma-chai": "~0.1.0",
"karma-html-reporter": "~0.2.6",
"karma-growl-reporter": "~0.1.1"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
]
},
"scripts": {
"test": "tape test/*.js"
},
"node-remote": "",
"main": "index.html",
"chromium-args": ""
}