-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.99 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.99 KB
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
{
"name": "FullstackGeneratedApp",
"version": "1.0.0",
"description": "A generated project at Fullstack Academy",
"main": "--harmony server/main.js",
"scripts": {
"start": "nodemon --watch server -e js,html server/main.js",
"postinstall": "gulp build"
},
"engines": {
"node": "4.9.1",
"npm": "2.15.11"
},
"dependencies": {
"angular": "~1.5",
"angular-animate": "~1.5",
"angular-bootstrap": "=0.12.2",
"angular-local-storage": "=0.2.2",
"angular-mocks": "=1.4.0",
"angular-ui-router": "=0.2.15",
"babel": "~5",
"bluebird": "=2.10.2",
"body-parser": "=1.12.0",
"bootstrap": "=3.4.1",
"chai": "=2.1.0",
"chalk": "=1.0.0",
"connect-mongo": "~1",
"connect-multiparty": "=2.0.0",
"cookie-parser": "=1.3.4",
"express": "=4.12.0",
"express-session": "=1.10.3",
"gsap": "=1.18.0",
"gulp": "~3",
"gulp-babel": "=5.3.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.4.2",
"jquery": "=3.5.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": "=4.17.21",
"mongodb": "=3.1.13",
"mongoose": "~5",
"ng-audio": "0.0.2",
"ng-file-upload": "=9.0.13",
"nodemon": "=1.3.7",
"passport": "=0.6.0",
"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": "=2.4.0",
"socket.io-client": "=1.3.5",
"supertest": "=0.15.0",
"three": "=0.125.0"
}
}