-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.14 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
{
"name": "vbb-station-graph",
"description": "Visualize VBB public transport next to any station.",
"version": "0.1.0",
"bin": {
"vbb-station-graph": "./bin/vbb-station-graph"
},
"preferGlobal": true,
"keywords": [
"vbb",
"neighborhood",
"graph",
"visualize",
"berlin",
"brandenburg",
"public transport",
"vbb",
"open data",
"coffeescript",
"javascript"
],
"author": {
"name": "Jannis R",
"email": "[email protected]",
"url": "http://jannisr.de"
},
"homepage": "https://github.com/derhuerst/vbb-station-graph",
"repository": "git://github.com/derhuerst/vbb-station-graph.git",
"bugs": "https://github.com/derhuerst/vbb-station-graph/issues",
"license": "MIT",
"dependencies": {
"coffee-script": "^1.9.3",
"commander": "^2.8.1",
"q": "^1.4.1",
"inquirer": "ssh://[email protected]:derhuerst/Inquirer.js.git#autocomplete",
"vbb-stations-autocomplete": "^0.4.2",
"vbb-static": "^0.8.0",
"wgs84-util": "^2.0.1",
"vbb-util": "^0.8.0",
"hifo": "^0.4.0",
"svg-builder": "^0.0.4",
"vbb-util": "^0.7.2"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
}
}