forked from BlinkTagInc/node-gtfs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 923 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 923 Bytes
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": "gtfs",
"description": "Download GTFS transit data into mongodb and expose routes, stops, times and more",
"version": "0.0.4",
"author": "Brendan Nee <me@bn.ee>",
"contributors": [
{
"name": "Jason Schapiro",
"email": "yono38@gmail.com"
},
{
"name": "Jacob Childress",
"email": "jacobc@gmail.com"
},
{
"name": "wdalrymple"
},
{
"name": "Matt Gruskin"
},
{
"name": "Ethan Lo",
"email": "ethan@ethanlo.com"
}
],
"dependencies": {
"async": "= 0.2.x",
"csv": "= 0.3.x",
"express": "= 3.2.x",
"mongodb": "= 1.3.x",
"mongoose": "= 3.6.x",
"request": "= 2.x.x",
"simplify-js": "^1.2.1",
"underscore": "= 1.4.x",
"unzip": "= 0.1.x"
},
"keywords": [
"transit",
"gtfs",
"transportation"
],
"repository": "git://github.com/brendannee/node-gtfs",
"main": "index"
}