-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.06 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
{
"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"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"angular": "^1.5.0-beta.0",
"angular-animate": "^1.4.7",
"angular-mocks": "^1.4.0",
"angular-ui-bootstrap": "^0.14.3",
"angular-ui-router": "^0.2.15",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.6.0",
"bluebird": "^3.3.3",
"body-parser": "^1.12.0",
"bootstrap": "^3.3.4",
"chai": "^2.1.0",
"chalk": "^1.0.0",
"connect-session-sequelize": "^3.0.0",
"cookie-parser": "^1.3.4",
"eslint": "^3.4.0",
"eslint-config-fullstack": "^1.5.0",
"express": "^4.12.0",
"express-session": "^1.10.3",
"gulp": "^3.8.11",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.5.2",
"gulp-eslint": "^3.0.1",
"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-notify": "^2.2.0",
"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",
"jquery": "^3.1.0",
"karma": "^0.13.14",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "0.2.3",
"karma-coverage": "^0.2.7",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"lodash": "^3.9.3",
"ngstorage": "^0.3.11",
"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",
"pg": "^4.5.5",
"pg-hstore": "^2.3.2",
"pg-native": "^1.10.0",
"run-sequence": "^1.0.2",
"sequelize": "^3.23.3",
"serve-favicon": "^2.2.0",
"sinon": "^1.13.0",
"socket.io": "^1.3.4",
"socket.io-client": "^1.3.5",
"stripe": "^4.10.0",
"supertest": "^0.15.0"
}
}