forked from dcfemtech/hackforgood-waba-map
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
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": "waba-bikemap",
"version": "1.0.0",
"description": "Map of bike infrastructure in the Washington D.C. metro area for the Washington Area Bicyclists Association.",
"scripts": {
"start": "serve",
"test": "eslint -c .eslintrc.js *.js",
"buffers": "node --max-old-space-size=32768 scripts/generate-buffers.js",
"fetch": "node scripts/fetch.js",
"combine": "node scripts/combine.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dcfemtech/hackforgood-waba-map.git"
},
"keywords": [
"bike",
"map",
"bike",
"lanes",
"bike",
"infrastructure",
"WABA",
"DC",
"Washington",
"DC"
],
"author": "Code for DC",
"bugs": {
"url": "https://github.com/dcfemtech/hackforgood-waba-map/issues"
},
"homepage": "https://github.com/dcfemtech/hackforgood-waba-map#readme",
"devDependencies": {
"d3-queue": "^3.0.2",
"eslint": "^3.3.0",
"serve": "^1.4.0",
"turf": "^3.0.14",
"request": "^2.74.0"
}
}