forked from chrisbruford/knights-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 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
77
78
79
80
81
{
"name": "knights_of_karma",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"gulp": "gulp"
},
"dependencies": {
"angular": "^1.6.1",
"angular-animate": "^1.6.1",
"angular-messages": "^1.6.1",
"angular-route": "^1.6.1",
"async": "^2.1.2",
"bluebird": "^3.4.6",
"body-parser": "~1.15.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"debug": "^2.2.0",
"del": "^2.2.2",
"discord.js": "^11.2.1",
"express": "~4.13.4",
"express-session": "^1.14.2",
"foundation-sites": "^6.3.1",
"fs-extra": "^2.0.0",
"helmet": "^3.3.0",
"jimp": "^0.2.27",
"jquery": "^3.1.1",
"mongodb": "^2.2.11",
"mongoose": "^4.6.6",
"morgan": "~1.7.0",
"motion-ui": "^1.2.2",
"multer": "^1.2.1",
"ng-file-upload": "^12.2.13",
"ng-image-gallery": "^2.0.8",
"nodemailer": "^2.7.0",
"nodemailer-mailgun-transport": "^1.2.3",
"passport": "^0.3.2",
"passport-discord": "^0.1.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"serve-favicon": "~2.3.0",
"shortid": "^2.2.8",
"uuid": "^3.0.1",
"uws": "^0.14.1"
},
"devDependencies": {
"angular-mocks": "^1.5.8",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browser-sync": "^2.17.5",
"browserify": "^13.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.1.0",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.5.2",
"jshint": "^2.9.5",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"run-sequence": "^1.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"wiredep": "^4.0.0"
},
"engines": {
"node": "^8.9.3"
}
}