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

25 lines
591 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "map-stream",
"version": "0.0.6",
"license": "MIT",
"description": "construct pipes of streams of events",
"homepage": "http://github.com/dominictarr/map-stream",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/map-stream.git"
2016-10-10 03:43:44 +02:00
},
"dependencies": {},
"devDependencies": {
"asynct": "*",
"it-is": "1",
2016-11-03 01:33:53 +01:00
"ubelt": "~2.9",
2016-10-10 03:43:44 +02:00
"stream-spec": "~0.2",
2016-11-03 01:33:53 +01:00
"event-stream": "~2.1",
"from": "0.0.2"
2016-10-10 03:43:44 +02:00
},
"scripts": {
"test": "asynct test/"
},
2016-11-03 01:33:53 +01:00
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)"
2016-10-10 03:43:44 +02:00
}