mirror of https://github.com/lukechilds/node.git
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.
24 lines
476 B
24 lines
476 B
13 years ago
|
{
|
||
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
||
|
"name": "block-stream",
|
||
|
"description": "a stream of blocks",
|
||
|
"version": "0.0.4",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/isaacs/block-stream.git"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "0.4 || ~0.5.8 || 0.6"
|
||
|
},
|
||
|
"main": "block-stream.js",
|
||
|
"dependencies": {
|
||
|
"inherits": "~1.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"tap": "0.x"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tap test/"
|
||
|
}
|
||
|
}
|