forked from osmlab/to-fix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "to-fix",
"version": "0.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"async": "^0.9.0",
"csv-parser": "^1.4.4",
"geojson-utils": "^1.1.0",
"http-framework": "^1.2.0",
"leaflet-omnivore": "~0.2.0",
"leveldown": "^0.10.2",
"levelup": "^0.18.6",
"mousetrap": "0.0.1",
"osm-auth": "^0.2.6",
"routes-router": "^3.1.0",
"serve": "^1.4.0",
"store": "~1.3.16",
"stylus": "~0.47.3",
"watchify": "~1.0.1",
"wellknown": "^0.3.0"
},
"devDependencies": {
"forever": "^0.11.1",
"brfs": "~1.2.0",
"hintify": "~0.1.0"
},
"scripts": {
"start": "./node_modules/.bin/serve & npm run watch & npm run watch-css",
"serve": "./node_modules/.bin/forever start index.js",
"serve-stop": "./node_modules/.bin/forever stop index.js",
"log": "./node_modules/.bin/forever logs index.js",
"watch": "watchify js/index.js -o js/bundle.js",
"watch-css": "stylus -w css/site.styl"
},
"repository": {
"type": "git",
"url": "https://github.com/osmlab/to-fix.git"
},
"author": "Aaron Lidman",
"license": "BSD",
"bugs": {
"url": "https://github.com/osmlab/to-fix/issues"
},
"homepage": "https://github.com/osmlab/to-fix"
}