-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "chj-framework",
"version": "0.8.0",
"description": "Project of Christian Jánský.",
"repository": {
"type": "git",
"url": "http://github.com/chrisjansky/chj-framework.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"beepbeep": "^1.2.0",
"browser-sync": "^2.17.5",
"del": "^2.2.2",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^2.0.13",
"gulp-imagemin": "^3.1.0",
"gulp-inject": "^4.1.0",
"gulp-load-plugins": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sass-bulk-import": "^1.0.1",
"gulp-svg-sprite": "^1.3.6",
"gulp-uglify": "^2.0.0",
"gulp-usemin": "^0.3.25",
"hygienist-middleware": "^0.1.3",
"kss": "^3.0.0-beta.15",
"node-bourbon": "^4.2.8",
"node-neat": "^1.7.2",
"vinyl-ftp": "^0.5.0"
}
}