2011-11-22 01:48:45 +08:00
|
|
|
{
|
|
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
|
|
"name": "block-stream",
|
|
|
|
"description": "a stream of blocks",
|
2012-05-06 13:33:06 +08:00
|
|
|
"version": "0.0.5",
|
2011-11-22 01:48:45 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/isaacs/block-stream.git"
|
|
|
|
},
|
|
|
|
"engines": {
|
2012-05-06 13:33:06 +08:00
|
|
|
"node": "0.4 || ~0.5.8 || 0.6 || 0.7"
|
2011-11-22 01:48:45 +08:00
|
|
|
},
|
|
|
|
"main": "block-stream.js",
|
|
|
|
"dependencies": {
|
|
|
|
"inherits": "~1.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"tap": "0.x"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "tap test/"
|
|
|
|
}
|
|
|
|
}
|