-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 832 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 832 Bytes
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
{
"name": "batch-search-app",
"version": "0.0.1",
"main": "main.js",
"scripts": {
"start": "./node_modules/.bin/electron .",
"package-mac": "electron-packager . \"Mapzen Search\" --platform=darwin --icon=./dist/favicon.ico.icns"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"async": "^2.4.1",
"csv-stream": "^0.1.3",
"electron-debug": "^1.1.0",
"electron-settings": "^3.0.14",
"express": "^4.15.3",
"lodash": "^4.17.4",
"pelias-batch-search": "git://github.com/pelias/scripts-batch-search.git#smarter-batch",
"request": "^2.81.0",
"split": "^1.0.0",
"through2": "^2.0.3"
},
"style": "dist/css/photon.css",
"sass": "sass/photon.scss",
"devDependencies": {
"electron": "^1.7.3",
"devtron": "^1.4.0",
"electron-packager": "^8.7.1"
}
}