wallet-core/node_modules/multipipe/package.json

17 lines
320 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "multipipe",
"version": "0.1.2",
"description": "pipe streams with centralized error handling",
"license": "MIT",
"repository": "juliangruber/multipipe",
2016-10-10 03:43:44 +02:00
"dependencies": {
"duplexer2": "0.0.2"
},
"devDependencies": {
"mocha": "~1.17.0"
},
"scripts": {
"test": "make test"
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}