forked from reelcool/reelcool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.24 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
77
78
79
80
81
82
83
{
"name": "FullstackGeneratedApp",
"version": "0.12.7",
"engines": {
"node": "0.12.7"
},
"description": "A generated project at Fullstack Academy",
"main": "server/start.js",
"scripts": {
"start": "nodemon --watch server -e js,html server/start.js",
"postinstall": "gulp build"
},
"jshintConfig": {
"esnext": true
},
"dependencies": {
"angular": "^1.4.0",
"angular-animate": "^1.4.7",
"angular-aria": "^1.4.7",
"angular-bootstrap": "^0.12.2",
"angular-material": "^0.11.2",
"angular-messages": "^1.4.7",
"angular-mocks": "^1.4.0",
"angular-ui-router": "^0.2.15",
"babel": "^5.0.12",
"bluebird": "^2.9.34",
"body-parser": "^1.12.0",
"bootstrap": "^3.3.4",
"bootstrap-social": "^4.9.1",
"chai": "^2.1.0",
"chalk": "^1.0.0",
"connect-mongo": "^0.7.0",
"cookie-parser": "^1.3.4",
"express": "^4.12.0",
"express-session": "^1.10.3",
"fluent-ffmpeg": "^2.0.1",
"fs.extra": "^1.3.2",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.5.2",
"gulp-eslint": "^0.14.0",
"gulp-exit": "0.0.2",
"gulp-istanbul": "^0.9.0",
"gulp-livereload": "^3.7.0",
"gulp-minify-css": "^0.4.6",
"gulp-mocha": "^2.0.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.2.7",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^3.9.3",
"mocha-mongoose": "^1.0.3",
"mongodb": "^1.4.33",
"mongoose": "^4.0.7",
"multer": "^1.0.6",
"nodemon": "^1.3.7",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-google-oauth": "^0.1.5",
"passport-instagram": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"run-sequence": "^1.0.2",
"serve-favicon": "^2.2.0",
"sinon": "^1.13.0",
"socket.io": "^1.3.4",
"socket.io-client": "^1.3.5",
"supertest": "^0.15.0"
},
"devDependencies": {
"babel-core": "^5.8.30",
"rimraf": "^2.4.3",
"supertest-as-promised": "^2.0.2"
}
}