-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.03 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
{
"name": "gulp",
"version": "1.0.0",
"description": "learn gulp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gulp"
],
"author": "jiaolong",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.7.0",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.14.0",
"browserify": "^13.1.0",
"del": "^2.2.1",
"event-stream": "^3.3.4",
"expand-range": "^1.8.2",
"gulp": "^3.9.1",
"gulp-autopolyfiller": "^1.2.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.1",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-content-includer": "^0.0.7",
"gulp-csscomb": "^3.0.7",
"gulp-cssnano": "^2.1.2",
"gulp-filter": "^4.0.0",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.8.7",
"gulp-html-replace": "^1.6.1",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-jsbeautifier": "^2.0.3",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.3.0",
"gulp-pug": "^3.2.0",
"gulp-remember": "^0.3.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.1.0",
"gulp-run-sequence": "^0.3.2",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.5.4",
"gulp-utf8-convert": "^0.0.7",
"gulp-util": "^3.0.7",
"gulp.spritesmith": "^6.2.1",
"jade": "^1.11.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"lazypipe": "^1.0.1",
"lodash": "^4.17.4",
"lodash.assign": "^4.1.0",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"path": "^0.12.7",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"stream-combiner2": "^1.1.1",
"streamqueue": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"with": "^5.1.1"
}
}