-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.51 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
{
"name": "procare-spa-server",
"version": "1.0.0",
"description": "Aplicación web para Procare. Single Page Application",
"main": "app.js",
"scripts": {
"dev": "cross-env NODE_ENV=development env-cmd .env nodemon server.js --config nodemon.json",
"test:m": "cross-env NODE_ENV=testing env-cmd .env mocha app_api/test/unit_test/*.unit.test.js --exit",
"test:r": "cross-env NODE_ENV=testing env-cmd .env mocha app_api/test/integration_test/*.integration.test.js --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edisonmora95/Procare-SPA.git"
},
"author": "edisonmora95 <edison_andre_9@hotmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/edisonmora95/Procare-SPA/issues"
},
"homepage": "https://github.com/edisonmora95/Procare-SPA#readme",
"dependencies": {
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"cloudinary": "^1.11.0",
"co": "^4.6.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-session": "^1.15.6",
"jsonwebtoken": "^8.2.1",
"mysql2": "^1.5.3",
"npm": "^6.0.1",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"sequelize": "^4.37.7"
},
"devDependencies": {
"chai": "^4.1.2",
"cross-env": "^5.1.5",
"env-cmd": "^8.0.1",
"mocha": "^5.1.1",
"node-xlsx": "^0.12.0",
"nodemailer": "^4.6.4",
"nodemon": "^1.17.4",
"supertest": "^3.1.0"
},
"engines": {
"node": "9.11.1"
}
}