You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.2 KiB
56 lines
1.2 KiB
2 years ago
|
{
|
||
|
"name": "gulp-html-replace",
|
||
|
"version": "1.6.2",
|
||
|
"description": "Replace build blocks in HTML. Like useref but done right.",
|
||
|
"keywords": [
|
||
|
"gulpplugin",
|
||
|
"html",
|
||
|
"replace"
|
||
|
],
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/VFK/gulp-html-replace.git"
|
||
|
},
|
||
|
"author": {
|
||
|
"name": "Vladimir Kucherenko",
|
||
|
"email": "kvsoftware@gmail.com"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Bruce MacNaughton",
|
||
|
"email": "bmacnaughton@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"main": "./lib/index.js",
|
||
|
"scripts": {
|
||
|
"test": "mocha",
|
||
|
"coverage": "istanbul cover _mocha -- -R dot",
|
||
|
"coveralls": "istanbul cover _mocha && istanbul-coveralls"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.9"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"bluebird": "^3.1.1",
|
||
|
"clone": "^1.0.2",
|
||
|
"object-assign": "^4.0.1",
|
||
|
"readable-stream": "^2.0.4",
|
||
|
"slash": "^1.0.0",
|
||
|
"vinyl-buffer": "^1.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"concat-stream": "^1.5.1",
|
||
|
"from2-string": "^1.1.0",
|
||
|
"gulp-util": "^3.0.7",
|
||
|
"istanbul": "^0.4.0",
|
||
|
"istanbul-coveralls": "^1.0.3",
|
||
|
"mocha": "^2.3.4",
|
||
|
"vinyl": "^1.1.0",
|
||
|
"vinyl-source-stream": "^1.1.0"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|