-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.44 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
{
"name": "gulp-twig-starter-kit",
"version": "1.0.0",
"description": "Gulp + Twig starter kit for landings",
"repository": {
"type": "git",
"url": "[email protected]:italodr/gulp-twig-starter-kit.git"
},
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.10.1",
"del": "^2.2.0",
"eslint-config-google": "^0.3.0",
"glob": "^6.0.1",
"grunt": "^0.4.5",
"grunt-grunticon": "^2.2.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.1",
"gulp-combine-mq": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^1.0.1",
"gulp-data": "^1.2.1",
"gulp-eslint": "^1.0.0",
"gulp-grunt": "^0.5.3",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-html": "^1.0.4",
"gulp-notify": "^2.2.0",
"gulp-pixrem": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-twig": "0.4.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"gulp-yaml": "^1.0.1",
"imagemin-svgo": "^4.2.0",
"pretty-hrtime": "~1.0.1",
"psi": "^2.0.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"vinyl-source-stream": "~1.1.0"
},
"engines": {
"node": ">=0.12"
},
"scripts": {},
"eslintConfig": {
"extends": "google"
}
}