stream-render-pipeline
Version:
File generation strategy for working with creating/modifying files using gulp
38 lines (37 loc) • 935 B
JSON
{
"name": "stream-render-pipeline",
"version": "0.0.4",
"description": "File generation strategy for working with creating/modifying files using gulp",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Truemedia/stream-render-pipeline.git"
},
"keywords": [
"stream",
"render",
"pipeline",
"file",
"generation",
"lazypipe",
"autoplug"
],
"author": "Wade Penistone",
"license": "ISC",
"bugs": {
"url": "https://github.com/Truemedia/stream-render-pipeline/issues"
},
"homepage": "https://github.com/Truemedia/stream-render-pipeline#readme",
"dependencies": {
"auto-plug": "^1.2.0",
"gulp": "^4.0.0",
"gulp-add-src": "^1.0.0",
"gulp-file": "^0.4.0",
"gulp-rename": "^1.4.0",
"gulp-template": "^5.0.0",
"lazypipe": "^1.0.2"
}
}