23 lines
436 B
JSON
23 lines
436 B
JSON
{
|
|
"name": "gulp-stream",
|
|
"version": "0.0.2",
|
|
"description": "Make sure all gulp file contents are available as streams",
|
|
"repository": "jeromew/gulp-stream",
|
|
"licence": "MIT",
|
|
"author": "Jérôme Wagner",
|
|
"keywords": [
|
|
"gulp",
|
|
"gulpplugin"
|
|
],
|
|
"dependencies": {
|
|
"through2": "~0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.17.0",
|
|
"vinyl": "~0.2.3"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
}
|
|
}
|