-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 988 Bytes
/
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
{
"name": "vbb-stations-with-bicycle-parking",
"description": "VBB stations with nearby bicycle parking facilities.",
"version": "1.0.0",
"main": "index.json",
"files": [
"index.json",
"full.json",
"example.js"
],
"keywords": [
"vbb",
"bvg",
"stations",
"bicycle",
"parking",
"cycling"
],
"author": "Jannis R <mail@jannisr.de>",
"homepage": "https://github.com/derhuerst/todo-name",
"repository": "derhuerst/todo-name",
"bugs": "https://github.com/derhuerst/todo-name/issues",
"license": "ISC",
"engines": {
"node": ">=8"
},
"dependencies": {
},
"devDependencies": {
"@derhuerst/query-overpass": "^1.0.0",
"flatbush": "^3.0.0",
"gps-distance": "0.0.4",
"merged-vbb-stations": "^1.8.0",
"vbb-stations": "^6.7.0",
"german-states-bbox": "^1.1.0",
"tap-min": "^1.2.2",
"tape": "^4.9.1"
},
"scripts": {
"build": "node build.js",
"test": "env NODE_ENV=dev node test.js | tap-min",
"prepublishOnly": "npm run build && npm test"
}
}