forked from carfreemaine/node-gtfs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 885 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
{
"name": "gtfs",
"description": "Download GTFS transit data into mongodb and expose routes, stops, times and more",
"version": "0.0.4",
"author": "Brendan Nee <[email protected]>",
"contributors": [
{
"name": "Jason Schapiro",
"email": "[email protected]"
},
{
"name": "Jacob Childress",
"email": "[email protected]"
},
{
"name": "wdalrymple"
},
{
"name": "Matt Gruskin"
},
{
"name": "Ethan Lo",
"email": "[email protected]"
}
],
"dependencies": {
"express": "= 3.2.x"
, "mongoose": "= 3.6.x"
, "mongodb": "= 1.3.x"
, "csv": "= 0.3.x"
, "async": "= 0.2.x"
, "request": "= 2.x.x"
, "underscore": "= 1.4.x"
, "unzip": "= 0.1.x"
},
"keywords": ["transit","gtfs","transportation"],
"repository": "git://github.com/brendannee/node-gtfs",
"main": "index"
}