12345678910111213141516 |
- {
- "name": "multipipe",
- "version": "0.1.2",
- "description": "pipe streams with centralized error handling",
- "license": "MIT",
- "repository": "juliangruber/multipipe",
- "dependencies": {
- "duplexer2": "0.0.2"
- },
- "devDependencies": {
- "mocha": "~1.17.0"
- },
- "scripts": {
- "test": "make test"
- }
- }
|