byte
Version:
Input Buffer and Output Buffer, just like Java ByteBuffer
49 lines (48 loc) • 1.08 kB
JSON
{
"name": "byte",
"version": "0.3.0",
"description": "Input Buffer and Output Buffer, just like Java ByteBuffer",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"config": {
"cov": {
"threshold": 90
}
},
"dependencies": {
"debug": "~0.8.1",
"long": "~1.1.2",
"utility": "~0.1.13"
},
"devDependencies": {
"autod": "*",
"benchmark": "*",
"beautify-benchmark": "*",
"contributors": "*",
"cov": "*",
"istanbul": "*",
"jshint": "*",
"mocha": "*",
"should": "~3.3.1"
},
"homepage": "https://github.com/node-modules/byte",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/byte.git",
"web": "https://github.com/node-modules/byte"
},
"bugs": {
"url": "https://github.com/node-modules/byte/issues",
"email": "fengmk2@gmail.com"
},
"keywords": [
"ByteBuffer", "byte", "bytes", "io", "buffer"
],
"engines": {
"node": ">= 0.8.0"
},
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
"license": "MIT"
}