-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (38 loc) · 979 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
{
"name": "mtaMarylandBusTracker",
"version": "1.0.0",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.12.0",
"csv": "^0.4.1",
"express": "^4.11.2",
"fast-csv": "^0.5.5",
"fs": "0.0.2",
"gtfs": "latest",
"jsontoxml": "0.0.11",
"moment": "^2.9.0",
"mongodb": "^1.4.31",
"mongoose": "latest",
"request": "^2.53.0",
"underscore": "latest",
"unzip2": "^0.2.5",
"xml2js": "^0.4.5",
"csv": "latest"
},
"description": "Some civic hacking on the MTA's Real-time Bus Data",
"main": "app.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/chriswhong/mtaMarylandBusTracking.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chriswhong/mtaMarylandBusTracking/issues"
},
"homepage": "https://github.com/chriswhong/mtaMarylandBusTracking"
}