-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
executable file
·40 lines (40 loc) · 1 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
{
"name": "pinpoint",
"productName": "Pinpoint",
"description": "A simple GIS application built with nw.js and Vue.js",
"version": "0.1.0",
"author": "Zach Russell <[email protected]>",
"main": "app.html",
"window": {
"icon": "icon.png",
"show": true,
"toolbar": false,
"width": 1000,
"height": 600,
"min_width": 800,
"min_height": 400,
"position": "center"
},
"devDependencies": {
"adm-zip": "^0.4.7",
"css-loader": "^0.23.0",
"gulp": "^3.8.8",
"gulp-stylus": "^2.3.1",
"nw": "^0.12.3",
"q": "^1.4.1",
"tree-kill": "^1.0.0",
"innosetup-compiler": "^5.5.62",
"nw-builder": "^2.1.0"
},
"dependencies": {
"express": "^4.13.4",
"leaflet-draw": "^0.3.0",
"proj4": "^2.3.14",
"sqlite3": "^3.1.3",
"vue": "^1.0.21",
"vue-strap": "^1.0.7"
},
"scripts": {
"postinstall": "cd ./node_modules/sqlite3 && node-pre-gyp rebuild --runtime=node-webkit --target=0.12.3 --target_arch=ia32 && gulp unziptilecache"
}
}