forked from ggentili/designer.italia.it
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.43 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
{
"devDependencies": {
"bower": "^1.6.5",
"browser-sync": "^2.9.0",
"del": "^1.1.0",
"forever": "^0.15.1",
"github-webhook-handler": "^0.5.0",
"gulp": "^3.9.0",
"gulp-apply-template": "0.0.2",
"gulp-autoprefixer": "^2.0.0",
"gulp-cache": "0.2.2",
"gulp-concat": "^2.5.2",
"gulp-data": "^1.2.0",
"gulp-debug": "^2.1.2",
"gulp-file": "^0.2.0",
"gulp-front-matter": "^1.2.3",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^2.0.0",
"gulp-jshint": "^1.6.3",
"gulp-load-plugins": "^0.10.0",
"gulp-markdown": "^1.1.0",
"gulp-minify-css": "^1.1.6",
"gulp-minify-html": "0.1.5",
"gulp-pixrem": "^1.0.0",
"gulp-pretty-url": "^0.1.1",
"gulp-pxtorem": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.0.0",
"gulp-size": "^1.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.0.1",
"gulp-uncss": "^1.0.0",
"gulp-useref": "^1.0.1",
"gulp-vartree": "^2.0.1",
"gulp-zip": "^3.0.2",
"jshint-stylish": "^1.0.0",
"markdown": "^0.5.0",
"merge-stream": "^1.0.0",
"nunjucks": "^2.1.0",
"pretty-print": "^1.1.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.0.1",
"shelljs": "^0.5.3",
"vinyl-paths": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"private": true,
"scripts": {}
}