This repository has been archived by the owner on Sep 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.48 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "gulpfile",
"version": "3.2.0",
"description": "gulpfile.js is a delicious blend of tasks and build tools poured into Gulp to form a full-featured modern asset pipeline. You can easily be integrated to the development environment and site or app structure.",
"private": true,
"scripts": {
"install": "gulp -T",
"start": "gulp",
"postinstall": "bower install"
},
"dependencies": {},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"bach": "^1.0.0",
"bower": "^1.8.0",
"browserify": "^13.1.1",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.9.1",
"del": "^2.2.1",
"eslint": "^3.12.2",
"fs-readdir-recursive": "^1.0.0",
"glob": "^7.0.5",
"gulp": "https://github.com/gulpjs/gulp.git#4.0",
"gulp-changed": "^1.3.0",
"gulp-chmod": "^2.0.0",
"gulp-cssbeautify": "^0.1.3",
"gulp-data": "^1.2.1",
"gulp-eslint": "^3.0.1",
"gulp-flatten": "^0.3.0",
"gulp-header": "^1.8.7",
"gulp-iconfont": "^8.0.1",
"gulp-imagemin": "^3.1.1",
"gulp-include": "^2.3.0",
"gulp-jshint": "^2.0.4",
"gulp-memory-cache": "^0.3.0",
"gulp-nunjucks-render": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-scss-lint": "^0.4.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-svgstore": "^6.1.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"imagemin-svgo": "^5.2.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.0",
"lost": "^7.1.1",
"node-notifier": "^4.6.0",
"pleeease-filters": "^3.0.0",
"postcss-assets": "^4.1.0",
"postcss-at-warn": "^1.0.0",
"postcss-center": "^1.0.0",
"postcss-fixes": "^1.4.0",
"postcss-flexbox": "^1.0.2",
"postcss-flexibility": "^1.1.0",
"postcss-pseudoelements": "^3.0.0",
"postcss-reporter": "^3.0.0",
"postcss-rtl": "^0.5.0",
"postcss-selector-matches": "^2.0.1",
"postcss-selector-not": "^2.0.0",
"postcss-short": "^3.0.1",
"postcss-svg-fallback": "^1.3.0",
"postcss-utilities": "^0.6.1",
"require-dir": "^0.3.0",
"rucksack-css": "^0.9.1",
"text-table": "^0.2.0",
"through2": "^2.0.1",
"vinyl-transform": "^1.0.0"
},
"main": "gulpfile.js",
"keywords": [
"gulp"
],
"author": "Jon Uhlmann",
"license": "ISC"
}