forked from mission60/real-time-bart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 814 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
{
"name": "real-time-bart",
"version": "1.0.1",
"description": "Real time information for BART",
"main": "index.js",
"scripts": {
"start": "node server/server.js",
"postinstall": "bower install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ckim16/real-time-bart.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ckim16/real-time-bart/issues"
},
"homepage": "https://github.com/ckim16/real-time-bart#readme",
"dependencies": {
"angular": "^1.5.6",
"body-parser": "^1.15.1",
"bootstrap": "^3.3.6",
"bower": "^1.7.9",
"d3": "^3.5.17",
"express": "^4.13.4",
"jasmine": "^2.4.1",
"request": "^2.72.0",
"xml2json": "^0.9.1"
}
}