gulp-headerfooter
Version:
A gulp plugin for adding headers and footers to your files
46 lines (45 loc) • 948 B
JSON
{
"name": "gulp-headerfooter",
"version": "1.0.3",
"description": "A gulp plugin for adding headers and footers to your files",
"main": "gulp-headerfooter.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/garrows/gulp-headerfooter.git"
},
"keywords": [
"gulp",
"gulpplugin",
"gulpfriendly",
"head",
"foot",
"header",
"footer",
"concat",
"concatenate",
"prefix",
"suffix",
"condog"
],
"author": {
"name": "Glen Arrowsmith",
"email": "glen.arrowsmith@gmail.cmo",
"url": "http://garrows.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/garrows/gulp-headerfooter/issues"
},
"homepage": "https://github.com/garrows/gulp-headerfooter",
"dependencies": {
"through2": "^0.4.1"
},
"devDependencies": {
"gulp": "^3.6.2",
"gulp-rename": "^1.2.0",
"mocha": "^1.19.0"
}
}