-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.94 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
{
"name": "FullstackGeneratedApp",
"version": "1.0.0",
"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"
},
"dependencies": {
"angular": "1.4.7",
"angular-animate": "1.4.7",
"angular-aria": "1.4.7",
"angular-material": "0.11.3",
"angular-mocks": "1.4.7",
"angular-ui-bootstrap": "0.14.0",
"angular-ui-router": "0.2.15",
"angular-ui-sortable": "0.13.4",
"babel": "5.0.12",
"bluebird": "2.9.34",
"body-parser": "1.12.0",
"bootstrap": "3.3.4",
"chai": "2.1.0",
"chalk": "1.0.0",
"connect-mongo": "0.7.0",
"cookie-parser": "1.3.4",
"craftyjs": "0.6.3",
"express": "4.12.0",
"express-session": "1.10.3",
"gulp": "3.8.11",
"gulp-babel": "5.1.0",
"gulp-concat": "2.5.2",
"gulp-eslint": "0.14.0",
"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",
"js-data": "2.4.0",
"js-data-angular": "3.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",
"mongoose-autopopulate": "0.4.0",
"nodemon": "1.3.7",
"passport": "0.2.1",
"passport-facebook": "1.0.3",
"passport-google-oauth": "0.1.5",
"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"
}
}