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.
26 lines
530 B
26 lines
530 B
{ |
|
"name": "from", |
|
"version": "0.1.7", |
|
"description": "Easy way to make a Readable Stream", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "asynct test/*.js" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/dominictarr/from.git" |
|
}, |
|
"keywords": [ |
|
"stream", |
|
"streams", |
|
"readable", |
|
"easy" |
|
], |
|
"devDependencies": { |
|
"asynct": "1", |
|
"stream-spec": "0", |
|
"assertions": "~2.3.0" |
|
}, |
|
"author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)", |
|
"license": "MIT" |
|
}
|
|
|