-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.08 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "bangularDemo",
"version": "0.1.0",
"devDependencies": {
"apidoc": "^0.14.0",
"del": "^2.2.0",
"errorhandler": "^1.4.2",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-css-url-rebase": "^0.2.0",
"gulp-git": "^1.6.1",
"gulp-inject": "^3.0.0",
"gulp-jscs": "^3.0.2",
"gulp-jscs-stylish": "^1.3.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.3",
"gulp-mocha": "^2.2.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-nodemon": "^2.0.6",
"gulp-open": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-protractor": "^2.1.0",
"gulp-replace": "^0.5.4",
"gulp-rev-all": "0.8.18",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"gulp-usemin": "^0.3.16",
"gulp-util": "^3.0.7",
"gulp-wait": "^0.0.2",
"gulp-watch": "^4.3.5",
"jshint": "^2.9.1-rc3",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.9",
"karma-jasmine": "^0.3.6",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.3",
"main-bower-files": "^2.11.1",
"phantomjs": "^1.9.19",
"run-sequence": "^1.1.5",
"sassdoc": "^2.1.19",
"should": "^8.1.1",
"streamqueue": "^1.1.1",
"supertest": "^1.1.0"
},
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.14.2",
"chalk": "^1.1.1",
"composable-middleware": "^0.3.0",
"compression": "^1.6.0",
"cookie-parser": "^1.4.1",
"connect-mongo": "^1.1.0",
"express": "^4.13.3",
"express-jwt": "^3.3.0",
"express-session": "^1.13.0",
"jsonwebtoken": "^5.5.4",
"lodash": "^4.0.0",
"method-override": "^2.3.5",
"mongoose": "^4.3.5",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"ripe": "^0.2.1",
"socket.io": "^1.4.4"
},
"scripts": {
"start": "node server/server.js",
"test": "gulp test",
"apidoc": "./node_modules/.bin/apidoc -i ./server -o ./docs/api"
}
}