forked from jonkemp/gulp-useref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1 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
{
"name": "gulp-useref",
"version": "0.4.4",
"description": "Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"glob": "^4.0.2",
"gulp-util": "^2.2.14",
"node-useref": "^0.2.7",
"strip-bom": "^0.3.1",
"through2": "^0.5.1"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"gulp-mocha": "^0.4.1",
"gulp-util": "^2.2.14",
"gulp": "^3.6.1",
"gulp-jshint": "^1.5.3"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/jonkemp/gulp-useref.git"
},
"keywords": [
"gulpplugin",
"html",
"scripts",
"css",
"optimize",
"concat"
],
"author": "Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonkemp/gulp-useref/issues"
},
"homepage": "https://github.com/jonkemp/gulp-useref"
}