-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 851 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
{
"name": "eudecido",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "nodemon",
"production": "pm2 start app.js --name servico"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlanFirmiano/eudecido.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlanFirmiano/eudecido/issues"
},
"homepage": "https://github.com/AlanFirmiano/eudecido#readme",
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"express-query-int": "^2.0.0",
"fast-csv": "^2.4.1",
"jsonwebtoken": "^8.1.1",
"lodash": "^4.17.4",
"mongoose": "^5.0.1",
"mongoose-paginate": "^5.0.3",
"node-restful": "^0.2.6",
"pm2": "^2.9.3"
},
"devDependencies": {
"nodemon": "^1.14.11"
}
}