wallet-core/node_modules/gulp-stream/package.json

23 lines
436 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"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"
2016-10-10 03:43:44 +02:00
],
"dependencies": {
"through2": "~0.4.0"
},
"devDependencies": {
"mocha": "~1.17.0",
"vinyl": "~0.2.3"
},
"scripts": {
"test": "make test"
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}