forked from nvinuesa/skeleton-ecrm-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 980 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
{
"name": "skeleton-ecrm-nodejs",
"version": "0.1.0",
"description": "Customer Relationship Management module skeleton in NodeJS",
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/underscorenico/skeleton-ecrm-nodejs.git"
},
"author": "Nicolas Vinuesa",
"license": "MIT ",
"bugs": {
"url": "https://github.com/underscorenico/skeleton-ecrm-nodejs/issues"
},
"homepage": "https://github.com/underscorenico/skeleton-ecrm-nodejs#readme",
"dependencies": {
"async": "^2.2.0",
"bcrypt": "^1.0.2",
"body-parser": "^1.17.1",
"debug": "^2.6.3",
"express": "^4.15.2",
"express-jwt": "^5.1.0",
"express-validator": "^3.1.2",
"fs": "0.0.1-security",
"jsonwebtoken": "^7.3.0",
"mongoose": "^4.9.2",
"morgan": "^1.8.1",
"redis": "^2.7.1",
"validator": "^7.0.0"
}
}