-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.29 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "vbb-change-positions",
"description": "Station-specific platform positions for changes between vbb main lines.",
"version": "1.2.0",
"keywords": [
"vbb",
"berlin",
"brandenburg",
"verkehrsverbund",
"public",
"transport",
"change",
"nahverkehr",
"ubahn",
"sbahn",
"metro",
"train",
"germany",
"rail"
],
"author": "Julius Tens <[email protected]>",
"homepage": "https://github.com/juliuste/vbb-change-positions",
"repository": "juliuste/vbb-change-positions",
"bugs": "https://github.com/juliuste/vbb-change-positions/issues",
"main": "./index.js",
"browser": "./browser.js",
"react-native": "./browser.js",
"files": [
"index.js",
"browser.js",
"data.ndjson",
"data.json"
],
"dependencies": {
"from2-array": "0.0.4",
"ndjson": "^1.5.0"
},
"devDependencies": {
"get-stream": "^4.1.0",
"is-stream": "^1.1.0",
"lodash.isarray": "^4.0.0",
"lodash.isboolean": "^3.0.3",
"lodash.isnumber": "^3.0.3",
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1",
"ndjson": "^1.5.0",
"tape": "^4.8.0",
"vbb-lines-at": "^3.10.0",
"vbb-stations": "^7.0.0"
},
"scripts": {
"build": "node build.js >data.json",
"test": "node test.js",
"prepare": "npm run build && npm test"
},
"engines": {
"node": ">=8"
},
"license": "ODbL-1.0"
}