-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
54 lines (54 loc) · 1.21 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
{
"name": "gulp-useref",
"version": "2.1.0",
"description": "Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"event-stream": "^3.3.1",
"glob": "^5.0.15",
"gulp-concat": "^2.5.2",
"gulp-if": "^2.0.0",
"gulp-util": "^3.0.1",
"is-relative-url": "^1.0.0",
"node-useref": "^0.3.1",
"through2": "^0.6.5",
"vinyl-fs": "^2.2.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jscs": "^3.0.1",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.2",
"mocha": "*",
"mock-gulp-dest": "^0.1.1",
"should": "*"
},
"engines": {
"node": ">=0.10.0"
},
"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"
}