-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 877 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": "ppd-tracking",
"version": "1.0.0",
"description": "tracking service for queclink GV500 device",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"test": "mocha --exit"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.17.1",
"http-errors": "~1.7.3",
"moment": "^2.26.0",
"moment-timezone": "^0.5.31",
"mongoose": "^5.9.19",
"morgan": "~1.9.1",
"pug": "^3.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.1",
"supertest": "^4.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ACayet/PPD-Tracking.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ACayet/PPD-Trackingissues"
},
"homepage": "https://github.com/ACayet/PPD-Tracking#readme"
}