-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.76 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ims-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "supervisor -- ./bin/www",
"start-pord": "cross-env NODE_ENV=production supervisor -- ./bin/www",
"test": "node ./test/test",
"mongod": "mongod --dbpath=./database --port=27027",
"mongod:auth": "mongod --dbpath=./database --port=27027 --auth"
},
"dependencies": {
"basic-auth": "^2.0.1",
"bcrypt": "^3.0.2",
"bootstrap": "^3.3.7",
"config": "^3.0.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"debug": "~2.6.9",
"enum": "^2.5.0",
"express": "~4.16.0",
"express-fileupload": "^1.0.0",
"express-oauth-server": "^2.0.0",
"express-unless": "^0.5.0",
"fs-extra": "^7.0.1",
"http-errors": "~1.6.2",
"i18n": "^0.8.3",
"jsonwebtoken": "^8.4.0",
"lodash": "^4.17.11",
"log4js": "^3.0.6",
"log4js-json-layout": "^2.1.0",
"moment": "^2.22.2",
"mongodb": "^3.1.10",
"mongoose": "^5.3.13",
"mongoose-autopopulate": "^0.9.0",
"mongoose-bcrypt": "^1.6.0",
"mongoose-crate": "^1.1.0",
"mongoose-crate-gm": "^1.0.2",
"mongoose-paginate-v2": "^1.0.13",
"mongoose-sequence": "^4.0.1",
"morgan": "~1.9.0",
"morgan-toolkit": "^1.2.2",
"multer": "^1.4.1",
"node-gyp": "^3.8.0",
"nodemailer": "^4.7.0",
"pug": "^2.0.0-beta11",
"qcloudsms_js": "^0.1.1",
"randomatic": "^3.1.1",
"statuses": "^1.5.0",
"tls-sig-api": "^1.0.1",
"uuid": "^3.3.2",
"xregexp": "^4.2.0"
},
"devDependencies": {
"cross-env": "^5.2.0",
"eslint": "^5.9.0"
}
}