-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1003 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1003 Bytes
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
{
"name": "cdmis",
"version": "1.0.0",
"description": "chronic disease management information system for kidney",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 start server.js",
"codeformat": "standard"
},
"author": "csq",
"license": "ISC",
"dependencies": {
"acl": "^0.4.10",
"async": "^2.5.0",
"body-parser": "^1.17.1",
"bunyan": "^1.8.12",
"crypto": "0.0.3",
"express": "^4.15.2",
"https": "^1.0.0",
"images": "^3.0.0",
"jsonwebtoken": "^7.3.0",
"log4js": "^1.1.1",
"mongoose": "^4.9.0",
"multer": "^1.3.0",
"node-schedule": "^1.2.3",
"ono": "^4.0.2",
"pinyin": "^2.8.3",
"querystring": "^0.2.0",
"request": "^2.81.0",
"socket.io": "^1.7.3",
"swagger": "^0.7.5",
"swagger-jsdoc": "^1.9.6",
"swagger-node-express": "~2.0",
"util": "^0.10.3",
"xml2js": "^0.4.17"
},
"devDependencies": {
"standard": "^10.0.2"
}
}