-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
82 lines (82 loc) · 2.13 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
{
"name": "knights_of_karma",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"gulp": "gulp"
},
"dependencies": {
"angular": "^1.8.0",
"angular-animate": "^1.8.0",
"angular-messages": "^1.8.0",
"angular-route": "^1.8.0",
"async": "^3.2.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"debug": "^4.1.1",
"del": "^2.2.2",
"discord.js": "^11.6.4",
"express": "^4.17.1",
"express-session": "^1.17.1",
"foundation-sites": "^6.6.3",
"fs-extra": "^8.1.0",
"helmet": "^3.23.3",
"jimp": "^0.14.0",
"jquery": "^3.5.1",
"mongoose": "^5.9.21",
"morgan": "~1.9.1",
"motion-ui": "^1.2.2",
"multer": "^1.4.2",
"ng-file-upload": "^12.2.13",
"ng-image-gallery": "^2.1.4",
"nodemailer": "^2.7.0",
"nodemailer-mailgun-transport": "^1.4.0",
"passport": "^0.3.2",
"passport-discord": "^0.1.4",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.5.0",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"serve-favicon": "^2.5.0",
"shortid": "^2.2.15",
"uuid": "^3.4.0",
"uws": "^0.14.1"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"angular-mocks": "^1.8.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^10.0.0",
"browser-sync": "^2.26.7",
"browserify": "^13.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-cache": "^1.1.3",
"gulp-cssnano": "^2.1.3",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^6.2.0",
"gulp-nodemon": "^2.5.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^3.1.6",
"gulp-util": "^3.0.7",
"jasmine-core": "^3.5.0",
"jshint": "^2.11.1",
"karma": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^2.0.1",
"run-sequence": "^2.2.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"wiredep": "^4.0.0"
},
"engines": {
"node": "^12.16.1"
}
}