-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 KB
/
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
43
44
45
46
{
"name": "cms-api",
"version": "1.0.1",
"description": "",
"scripts": {
"start": "NODE_ENV=development forever -w -c 'node --inspect' index.js",
"start.prod": "NODE_ENV=production forever start -a -p logs -l console.log index.js",
"stop": "forever stop index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/evmizulin/cms-api.git"
},
"author": "Evgeny Mizulin",
"license": "GNU General Public License v3.0",
"engines": {
"node": "8.11.2",
"mongodb": "3.4.15",
"postfix": "3.1.0",
"dovecot": "2.2.22"
},
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"email": "^0.2.6",
"eslint": "^5.9.0",
"eslint-plugin-node": "^8.0.0",
"express": "^4.16.4",
"express-async-errors": "^3.1.1",
"express-fileupload": "^1.0.0",
"forever": "^0.15.3",
"http-status-codes": "^1.3.0",
"lodash.isequal": "^4.5.0",
"lodash.uniq": "^4.5.0",
"mongoose": "^5.3.12",
"morgan": "^1.9.1",
"object-hash": "^1.3.1",
"prettier": "^1.15.2",
"randomstring": "^1.1.5",
"rotating-file-stream": "^1.3.9",
"string-template": "^1.0.0",
"trianglify": "^1.2.0",
"tv4": "^1.3.0"
}
}