-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.41 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
{
"name": "slinto-devstack",
"version": "1.1.6",
"author": "Tomáš Stankovič <hello@slinto.sk> (http://slinto.sk/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/slinto/slinto-devstack.git"
},
"scripts": {
"start": "node server/app.js",
"test": "gulp test-deployed"
},
"engines": {
"node": "^5.0.0"
},
"dependencies": {
"body-parser": "^1.15.0",
"compression": "^1.6.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"i18n": "^0.8.1",
"jade": "^1.11.0",
"method-override": "^2.3.5",
"mongoose": "^4.4.6",
"pretty-error": "^2.0.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.7.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^1.0.0",
"gulp-git": "^1.7.0",
"gulp-imagemin": "^2.4.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.0.6",
"gulp-plumber": "^1.1.0",
"gulp-rimraf": "^0.2.0",
"gulp-shell": "^0.5.2",
"gulp-size": "^2.0.0",
"gulp-stylus": "^2.3.1",
"gulp-webpack": "^1.5.0",
"imagemin-pngquant": "^4.2.2",
"nib": "^1.1.0",
"run-sequence": "^1.1.5",
"webpack": "^1.12.14",
"yargs": "^4.2.0"
}
}