forked from zont/gulp-usemin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 897 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
{
"name": "gulp-usemin",
"version": "0.3.8",
"description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).",
"main": "index.js",
"dependencies": {
"gulp-util": "~2.2.14",
"through2": "~0.5.1",
"glob": "~4.0.4"
},
"devDependencies": {
"event-stream": "~3.1.0",
"gulp": "~3.8.6",
"gulp-jshint": "~1.7.0",
"gulp-mocha": "~0.5.1",
"gulp-util": "~2.2.14",
"gulp-uglify": "~0.3.1",
"gulp-minify-html": "~0.1.1",
"gulp-minify-css": "~0.3.0",
"gulp-rev": "~0.4.2"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/zont/gulp-usemin.git"
},
"keywords": [
"gulpplugin",
"usemin"
],
"author": "Alexander Zonov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zont/gulp-usemin/issues"
},
"engines": {
"node": ">=0.8"
}
}