-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 863 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
{
"name": "hsl-disruption-push-server",
"version": "1.0.0",
"description": "Server that polls traffic disruption information from HSL servers and pushes only the relevant disruptions to each client. Clients must register to this server and announce the routes they want disruptions for.",
"engines": {
"node": "~0.12.2"
},
"main": "start-both.coffee",
"scripts": {
"start": "node_modules/.bin/coffee start-both.coffee",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Mankro/navigator-push-server.git"
},
"author": "Aalto Mobile Systems Programming 2015, group HSL#3",
"license": "MIT",
"dependencies": {
"coffee-script": "1.9.1",
"body-parser": "^1.12.2",
"express": "^4.12.3",
"mongoose": "^4.0.1",
"xml2js": "^0.4.6"
}
}