-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 986 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
{
"name": "com.uninav.server",
"version": "1.0.0",
"description": "The back-end server for UniNav infrastructure.",
"main": "bin/index.js",
"scripts": {
"start-bus": "set NODE_ENV=dev&&node src/worker/bus.prediction",
"start": "set NODE_ENV=dev&& nodemon bin/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jasper Bae",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"cors": "^2.8.5",
"cron": "^1.6.0",
"debug": "^4.1.1",
"express": "^4.16.4",
"memjs": "^1.2.0",
"morgan": "^1.9.1",
"ngeohash": "^0.6.3",
"pg-promise": "^8.5.4"
},
"devDependencies": {
"@mapbox/polyline": "^1.0.0",
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"dotenv": "^6.2.0",
"mocha": "^5.2.0"
}
}