forked from Altruistic-Mango/Ripple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 811 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 811 Bytes
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
{
"name": "codenameShout",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.1.32",
"bcrypt-nodejs": "0.0.3",
"bluebird": "2.9.25",
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"express": "~4.12.2",
"lodash": "^3.9.3",
"mongoose": "^4.0.3",
"morgan": "~1.5.1",
"q": "^1.4.1",
"serve-favicon": "~2.2.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-docco": "0.0.4",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-uglify": "^1.2.0",
"mocha": "^2.2.5",
"should": "^6.0.3",
"supertest": "^1.0.1"
}
}