-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.4 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
{
"name": "crossgps",
"homepage": "https://Hsinky.github.io/Cross.GPS",
"version": "0.0.1",
"author": "H Sinky",
"description": "GPS Mapping of taxis",
"keywords": [ "gps mapping", "taxis", "coffee" ],
"maintainers":[{
"name": "Hsinky Lee",
"email": "[email protected]",
"web": "https://github.com/Hsinky"
}],
"repository": [{
"type": "git",
"url": "git://github.com/Hsinky/Cross.GPS.git"
}],
"bugs": "https://github.com/Hsinky/Cross.GPS/issues",
"license": "ISC",
"main": "view/index.html",
"window": {
"title": "Cross.GPS",
"icon": "res/logo.png",
"toolbar": true,
"resizable": true,
"visible": true,
"transparent": false,
"width": 900,
"height": 550,
"min_width": 400,
"min_height": 200,
"max_width": 8000,
"max_height": 8000,
"position": "center",
"always-on-top": false,
"show_in_taskbar": true,
"fullscreen": false,
"frame": true,
"as_desktop": false
},
"nodejs": true,
"single-instance": true,
"node-main": "js/node.js",
"webkit": {
"page-cache": false,
"java": false,
"plugin": true
},
"dependencies": {
},
"devDependencies": {
"nw": "^0.12.3"
},
"scripts": {
"start": "nw ."
}
}