-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.31 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
51
52
53
54
{
"name": "ga-wdi-boston.da-capo",
"version": "0.1.1",
"private": true,
"scripts": {
"start": "./bin/express server"
},
"engines": {
"node": "6.11.1",
"npm": "4.5.0"
},
"dependencies": {
"aws-sdk": "^2.224.1",
"bcrypt": "^1.0.2",
"body-parser": "^1.17.1",
"cors": "^2.8.3",
"crypto-js": "^3.1.9-1",
"debug": "^2.6.6",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"file-system": "^2.2.2",
"mime-types": "^2.1.18",
"mongoose": "^4.9.8",
"mongoose-unique-validator": "^1.0.5",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"path": "^0.12.7",
"serve-favicon": "^2.4.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"grunt": "^1.0.1",
"grunt-concurrent": "^2.3.1",
"grunt-eslint": "^19.0.0",
"grunt-jsonlint": "^1.1.0",
"grunt-mocha-cli": "^3.0.0",
"grunt-nodemon": "^0.4.2",
"load-grunt-config": "^0.19.2",
"mocha": "^3.3.0",
"supertest": "^3.0.0",
"time-grunt": "^1.4.0"
},
"license": {
"software": "GNU GPLv3",
"content": "CCBYNCSA 4.0"
}
}