UNPKG

1.34 kBJSONView Raw
1{
2 "name": "gulp-useref",
3 "version": "4.0.1",
4 "description": "Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "dependencies": {
10 "event-stream": "^4.0.1",
11 "extend": "^3.0.2",
12 "glob": "^7.1.6",
13 "gulp-concat": "^2.6.1",
14 "gulp-if": "^3.0.0",
15 "plugin-error": "^1.0.1",
16 "through2": "^3.0.1",
17 "useref": "^1.4.3",
18 "vinyl-fs": "^3.0.3"
19 },
20 "devDependencies": {
21 "async-once": "^1.0.1",
22 "babel-eslint": "^10.0.3",
23 "coveralls": "^3.0.9",
24 "gulp": "^4.0.2",
25 "gulp-eslint": "^6.0.0",
26 "gulp-mocha": "^7.0.2",
27 "gulp-rename": "^2.0.0",
28 "mocha": "*",
29 "mock-gulp-dest": "^0.1.1",
30 "nyc": "^15.0.0",
31 "should": "*",
32 "vinyl": "^2.2.0"
33 },
34 "engines": {
35 "node": ">=0.10.0"
36 },
37 "scripts": {
38 "test": "mocha",
39 "lint": "gulp lint",
40 "coverage": "nyc npm test && nyc report",
41 "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
42 },
43 "files": [
44 "index.js",
45 "lib"
46 ],
47 "repository": "jonkemp/gulp-useref",
48 "keywords": [
49 "gulpplugin",
50 "html",
51 "scripts",
52 "css",
53 "optimize",
54 "concat"
55 ],
56 "author": "Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)",
57 "license": "MIT"
58}