-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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.12.4",
"bson": "^0.3.2",
"express": "^4.12.4",
"git": "^0.1.5",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-ng-annotate": "^1.0.0",
"gulp-nodemon": "^2.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.3",
"gulp-uglify": "^1.2.0",
"jwt-simple": "^0.3.0",
"lodash": "^3.9.3",
"mongoose": "^4.0.4",
"morgan": "^1.5.3",
"node-gyp": "^2.0.1",
"ws": "^0.7.2"
},
"devDependencies": {
"blanket": "^1.1.7",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"jshint": "^2.8.0",
"jsonwebtoken": "^5.0.1",
"karma": "^0.12.36",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sinon-chai": "^0.3.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"protractor": "^2.1.0",
"supertest": "^1.0.1"
},
"scripts": {
"start": "node boot.js",
"postinstall": "gulp build",
"test": "./node_modules/.bin/jshint . && ./node_modules/.bin/mocha && ./node_modules/.bin/protractor"
}
}