forked from Frizi/gulp-pipemin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 977 Bytes
/
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
{
"name": "gulp-pipemin",
"version": "2.2.4",
"description": "Streamlined resource transformations configured in html.",
"main": "index.js",
"dependencies": {
"event-stream": "^3.1.7",
"glob": "~4.0.4",
"gulp": "~3.8.6",
"gulp-concat": "^2.6.0",
"gulp-jshint": "~1.7.0",
"gulp-minify-css": "~0.3.0",
"gulp-minify-html": "~0.1.1",
"gulp-mocha": "~0.5.1",
"gulp-rev": "~0.4.2",
"gulp-uglify": "~0.3.1",
"gulp-util": "~2.2.14",
"lodash": "^2.4.1",
"minimatch": "^1.0.0",
"through2": "~0.5.1",
"when": "^3.4.6"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/frizi/gulp-pipemin.git"
},
"keywords": [
"gulpplugin",
"usemin",
"pipemin",
"lazypipe"
],
"author": "Frizi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/frizi/gulp-pipemin/issues"
},
"engines": {
"node": ">=0.8"
}
}