-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 920 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
39
40
41
42
{
"name": "bus-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"@turf/turf": "^5.1.6",
"axios": "^0.18.0",
"bluebird": "^3.5.3",
"lodash": "^4.17.11",
"moment-timezone": "^0.5.23",
"node-cron": "^2.0.3",
"winston": "^3.1.0"
},
"devDependencies": {
"argparse": "^1.0.10",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"mock-require": "^3.0.2",
"nyc": "^13.1.0",
"proxyquire": "^2.1.0",
"sinon": "^7.1.1"
},
"scripts": {
"test": "mocha",
"run": "node cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weicong96/realtime-sg-bus-location.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/weicong96/bus-app/issues"
},
"homepage": "https://github.com/weicong96/bus-app#readme"
}