-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 1.79 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
{
"name": "runeee.com",
"version": "0.0.29",
"private": true,
"author": "Tomáš Stankovič <hello@slinto.sk> (http://slinto.sk/)",
"repository": {
"type": "git",
"url": "https://github.com/slinto/runeee.com.git"
},
"scripts": {
"start": "node server/app.js",
"test": "gulp test-deployed"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"aws-sdk": "^2.1.45",
"basic-auth": "^1.0.3",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.13.3",
"compression": "^1.5.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"csurf": "^1.8.3",
"debug": "^2.1.3",
"errorhandler": "^1.4.2",
"express": "^4.13.2",
"express-session": "^1.11.3",
"gm": "^1.18.1",
"i18n": "^0.5.0",
"jade": "^1.11.0",
"method-override": "^2.3.5",
"mongoose": "^4.1.2",
"morgan": "^1.6.1",
"newrelic": "^1.21.1",
"nodemailer": "^1.4.0",
"passport": "^0.2.2",
"passport-facebook": "^2.0.0",
"passport-local": "^1.0.0",
"pretty-error": "^1.1.2",
"request": "^2.60.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-bump": "^0.3.1",
"gulp-changed": "^1.2.1",
"gulp-git": "^1.2.4",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.0",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.2",
"gulp-plumber": "^1.0.1",
"gulp-rimraf": "^0.1.0",
"gulp-shell": "^0.4.2",
"gulp-size": "^1.3.0",
"gulp-stylus": "^2.0.6",
"gulp-uglify": "^1.2.0",
"gulp-webpack": "^1.5.0",
"imagemin-pngquant": "^4.1.2",
"jshint-stylish": "^2.0.1",
"nib": "^1.1.0",
"run-sequence": "^1.1.2",
"webpack": "^1.10.5",
"yargs": "^3.16.1"
}
}