UNPKG

543 BJSONView Raw
1{
2 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
3 "name": "block-stream",
4 "description": "a stream of blocks",
5 "version": "0.0.9",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/isaacs/block-stream.git"
9 },
10 "engines": {
11 "node": "0.4 || >=0.5.8"
12 },
13 "main": "block-stream.js",
14 "dependencies": {
15 "inherits": "~2.0.0"
16 },
17 "devDependencies": {
18 "tap": "^5.7.1"
19 },
20 "scripts": {
21 "test": "tap test/*.js --cov"
22 },
23 "license": "ISC",
24 "files": [
25 "block-stream.js"
26 ]
27}