-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 957 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
37
38
{
"name": "express-api-template",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "./bin/express server"
},
"dependencies": {
"aws-sdk": "^2.3.11",
"bcrypt": "^0.8.5",
"body-parser": "~1.13.2",
"cors": "^2.7.1",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "~4.13.4",
"file-type": "^3.8.0",
"mime-types": "^2.1.11",
"mongoose": "^4.4.6",
"mongoose-unique-validator": "^1.0.2",
"morgan": "~1.6.1",
"multer": "^1.1.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^2.1.0",
"grunt-contrib-jasmine": "^1.0.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-jasmine-nodejs": "^1.4.3",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscs": "^2.6.0",
"grunt-jsonlint": "^1.0.7",
"grunt-nodemon": "^0.4.1",
"grunt-open": "^0.2.3",
"load-grunt-config": "^0.19.1",
"time-grunt": "^1.3.0"
}
}