gulp-wrapper
Version:
A gulp plugin for wrapping files with custom strings. Access to filename is given through interpolation.
37 lines (36 loc) • 855 B
JSON
{
"name": "gulp-wrapper",
"version": "1.0.0",
"description": "A gulp plugin for wrapping files with custom strings. Access to filename is given through interpolation.",
"main": "index.js",
"scripts": {
"test": "node node_modules/eslint/bin/eslint.js index.js && node_modules/.bin/mocha -R spec"
},
"keywords": [
"gulp-wrapper",
"wrap",
"wrapper",
"header",
"footer",
"gulpplugin"
],
"author": {
"name": "Antonis Karamitros",
"email": "antouankar@gmail.com",
"url": "https://github.com/antouank"
},
"repository": {
"type": "git",
"url": "https://github.com/AntouanK/gulp-wrapper.git"
},
"license": "MIT",
"dependencies": {
"gulp-util": "^3.0.4",
"through2": "^0.6.5"
},
"devDependencies": {
"eslint": "^0.21.0",
"mocha": "^2.2.5",
"should": "^6.0.1"
}
}