You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
574 B
25 lines
574 B
2 years ago
|
{
|
||
|
"name": "map-stream",
|
||
|
"version": "0.1.0",
|
||
|
"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"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"asynct": "*",
|
||
|
"it-is": "1",
|
||
|
"ubelt": "~2.9",
|
||
|
"stream-spec": "~0.2",
|
||
|
"event-stream": "~2.1",
|
||
|
"from": "0.0.2"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "asynct test/"
|
||
|
},
|
||
|
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)"
|
||
|
}
|