-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 922 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
{
"name": "livemuni",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"mongodb": "~1.3.19",
"xmldoc": "~0.1.2",
"express": "~3.4.4",
"request": "~2.27.0"
},
"description": "Live Muni tracking, stop prediction times and route visualization",
"main": "server/server.js",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-watch": "~0.5.3",
"grunt-nodemon": "~0.1.1",
"grunt-shell-spawn": "~0.3.0",
"matchdep": "~0.3.0",
"grunt-concurrent": "~0.4.1",
"grunt-newer": "~0.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/rps/livemuni"
},
"author": "Rich Parrish",
"license": "CC BY-NC-SA",
"bugs": {
"url": "https://github.com/rps/livemuni/issues"
}
}