-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "socialapp",
"dependencies": {
"bcrypt": "^0.8.3",
"body-parser": "^1.9.0",
"ejs": "^1.0.0",
"express": "^4.9.5",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-ng-annotate": "^0.3.3",
"gulp-nodemon": "^1.0.4",
"gulp-sourcemaps": "^1.2.2",
"gulp-stylus": "^1.3.3",
"gulp-uglify": "^1.0.1",
"jwt-simple": "^0.3.0",
"lodash": "^3.8.0",
"mongoose": "^3.8.17",
"morgan": "^1.3.2",
"ws": "^0.4.32"
},
"devDependencies": {
"blanket": "^1.1.7",
"chai": "^2.3.0",
"chai-as-promised": "^5.0.0",
"jshint": "^2.7.0",
"jsonwebtoken": "^5.0.1",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon-chai": "^0.3.0",
"mocha": "^2.2.4",
"protractor": "^2.0.0",
"supertest": "^1.0.1"
},
"config": {
"blanket": {
"pattern": "controllers"
}
},
"scripts": {
"test": "jshint . && protractor && mocha && karma start --single-run"
}
}