gulp-html-src
Version:
Gulp plugin to accept HTML input, and output the linked JavaScript (script tags) and CSS (link tags)
42 lines (41 loc) • 903 B
JSON
{
"name": "gulp-html-src",
"version": "1.0.0",
"description": "Gulp plugin to accept HTML input, and output the linked JavaScript (script tags) and CSS (link tags)",
"main": "./index.js",
"repository": "git://github.com/davegb3/gulp-html-src.git",
"homepage": "http://github.com/davegb3/gulp-html-src",
"author": "Dave Brotherstone",
"licenses": [
{
"type" : "MIT",
"url" : "http://github.com/davegb3/gulp-html-src/raw/master/LICENSE"
}
],
"scripts": {
"test": "mocha"
},
"dependencies": {
"vinyl": "~0.2.3",
"through2": "~0.4.1",
"cheerio": "~0.13.1",
"extend": "~1.2.1",
"q": "~1.0.1"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"gulp-util": "~2.2.14"
},
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"gulp",
"html",
"script",
"link",
"gulpplugin",
"gulp-plugin"
]
}