-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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
47
48
{
"name": "ji1840",
"version": "1.0.0",
"description": "Consorcio Jose Ingenieros 1840",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon server.js",
"postbuild": "cp -R ./client/build .",
"dev": "concurrently --kill-others \"npm run server\" \"npm run client\"",
"start": "node server.js"
},
"engines": {
"node": "10.15.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msalimbe1/ji1840.git"
},
"author": "Matias Salimbene",
"license": "ISC",
"bugs": {
"url": "https://github.com/msalimbe1/ji1840/issues"
},
"homepage": "https://github.com/msalimbe1/ji1840#readme",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.18.3",
"compression": "^1.7.4",
"config": "^3.1.0",
"debug": "^4.1.1",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"express-async-errors": "^3.1.1",
"helmet": "^3.16.0",
"joi": "^14.3.1",
"joi-objectid": "^2.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11",
"mongoose": "^5.5.2",
"morgan": "^1.9.1",
"nodemon": "^1.18.9",
"path": "^0.12.7",
"serve-static": "^1.13.2",
"winston": "^2.4.4",
"winston-mongodb": "^3.0.2"
}
}