-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.14 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
49
50
{
"name": "node-server-start",
"version": "1.0.0",
"description": "node boilerplate",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s-s-k/node-server-start.git"
},
"keywords": [
"node",
"node"
],
"author": "s-s-k",
"license": "ISC",
"bugs": {
"url": "https://github.com/s-s-k/node-server-start/issues"
},
"homepage": "https://github.com/s-s-k/node-server-start#readme",
"dependencies": {
"async": "^2.0.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"dotenv": "^2.0.0",
"ejs": "^2.5.2",
"errorhandler": "^1.4.3",
"express": "^4.14.0",
"express-flash": "0.0.2",
"express-session": "^1.14.1",
"express-status-monitor": "^0.1.5",
"express-validator": "^2.20.10",
"lodash": "^4.16.4",
"lusca": "^1.4.1",
"morgan": "^1.7.0",
"multer": "^1.2.0",
"request": "^2.75.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.0",
"nodemon": "^1.10.2",
"supertest": "^2.0.0"
}
}