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.
18 lines
419 B
18 lines
419 B
{ |
|
"name": "stringstream", |
|
"version": "0.0.5", |
|
"description": "Encode and decode streams into string streams", |
|
"author": "Michael Hart <michael.hart.au@gmail.com> (http://github.com/mhart)", |
|
"main": "stringstream.js", |
|
"keywords": [ |
|
"string", |
|
"stream", |
|
"base64", |
|
"gzip" |
|
], |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/mhart/StringStream.git" |
|
}, |
|
"license": "MIT" |
|
}
|
|
|