wallet-core/node_modules/duplexer2/package.json

32 lines
661 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "duplexer2",
"version": "0.0.2",
2016-10-10 03:43:44 +02:00
"description": "Like duplexer (http://npm.im/duplexer) but using streams2",
2016-11-03 01:33:53 +01:00
"main": "index.js",
"scripts": {
"test": "mocha -R tap"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "git://github.com/deoxxa/duplexer2.git"
2016-10-10 03:43:44 +02:00
},
"keywords": [
"duplex",
"stream",
"join",
"combine"
],
2016-11-03 01:33:53 +01:00
"author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)",
2016-10-10 03:43:44 +02:00
"license": "BSD",
2016-11-03 01:33:53 +01:00
"bugs": {
"url": "https://github.com/deoxxa/duplexer2/issues"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"devDependencies": {
"chai": "~1.7.2",
"mocha": "~1.12.1"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"dependencies": {
"readable-stream": "~1.1.9"
}
2016-10-10 03:43:44 +02:00
}