-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "ga-wdi-boston.express-api",
"version": "0.1.1",
"private": true,
"scripts": {
"start": "./bin/express server"
},
"engines": {
"node": "4.6.2"
},
"dependencies": {
"bcrypt": "^0.8.7",
"body-parser": "^1.15.2",
"cors": "^2.8.1",
"debug": "^2.3.3",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"mongoose": "^5.7.7",
"mongoose-unique-validator": "^1.0.3",
"morgan": "^1.7.0",
"multer": "^1.2.0",
"serve-favicon": "^2.3.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"csv": "^1.1.1",
"grunt": "^1.0.1",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jsbeautifier": "^0.2.13",
"grunt-jscs": "^3.0.1",
"grunt-jsonlint": "^1.1.0",
"grunt-mocha-cli": "^3.0.0",
"grunt-nodemon": "^0.4.2",
"grunt-open": "^0.2.3",
"grunt-shell": "^2.1.0",
"load-grunt-config": "^0.19.2",
"mocha": "^3.2.0",
"supertest": "^2.0.1",
"time-grunt": "^1.4.0"
}
}