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.
29 lines
553 B
29 lines
553 B
{
|
|
"name": "endpoint",
|
|
"description": "Converts a stream intro a buffer or array of objects",
|
|
"version": "0.4.5",
|
|
"author": "Andreas Madsen <amwebdk@gmail.com>",
|
|
"main": "./endpoint.js",
|
|
"scripts": {
|
|
"test": "tap test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/AndreasMadsen/endpoint.git"
|
|
},
|
|
"keywords": [
|
|
"endpoint",
|
|
"stream",
|
|
"buffer",
|
|
"convert",
|
|
"stream2"
|
|
],
|
|
"devDependencies": {
|
|
"tap": "0.6.x"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1"
|
|
}
|
|
}
|