forked from cseifert/gulp-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 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
{
"name": "gulp-example",
"version": "1.0.0",
"description": "A simple Gulp example",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Christian Seifert",
"license": "BSD-2-Clause",
"devDependencies": {},
"dependencies": {
"bootstrap-sass": "^3.3.6",
"del": "~2.2.0",
"font-awesome-svg-png": "^1.1.5",
"gulp-autoprefixer": "~3.1.0",
"gulp-batch": "~1.0.5",
"gulp-cache": "~0.4.4",
"gulp-concat": "~2.6.0",
"gulp-css-globbing": "^0.1.8",
"gulp-cssnano": "^2.0.0",
"gulp-fontcustom": "~0.1.1",
"gulp-html5-lint": "~1.1.0",
"gulp-imagemin": "~2.4.0",
"gulp-jquery": "~1.1.2",
"gulp-js-prettify": "~0.1.0",
"gulp-jscs": "~3.0.1",
"gulp-jshint": "~2.0.0",
"gulp-local-screenshots": "~2.2.0",
"gulp-plumber": "~1.1.0",
"gulp-rename": "~1.2.2",
"gulp-sass": "~2.3.1",
"gulp-sassbeautify": "~0.1.0",
"gulp-scss-lint": "~0.3.2",
"gulp-sourcemaps": "~2.0.0-alpha",
"gulp-ttf2eot": "^1.1.1",
"gulp-ttf2woff": "^1.1.0",
"gulp-twig": "~0.5.0",
"gulp-uglify": "~1.5.3",
"gulp.spritesmith": "~6.2.1",
"jshint-stylish": "~2.1.0",
"magnific-popup": "^1.0.1",
"merge-stream": "~1.0.0",
"node-reset-scss": "^1.0.1",
"otf2ttf": "^1.1.2",
"phantomjs": "~2.1.7",
"run-sequence": "~1.1.2",
"vinyl-buffer": "^1.0.0"
}
}