27 lines
619 B
JSON
27 lines
619 B
JSON
{
|
|
"name": "bytebuffer",
|
|
"version": "5.0.1",
|
|
"author": "Daniel Wirtz <dcode@dcode.io>",
|
|
"description": "The swiss army knife for binary data in JavaScript.",
|
|
"main": "dist/bytebuffer-node.js",
|
|
"browser": "dist/bytebuffer.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dcodeIO/bytebuffer.js.git"
|
|
},
|
|
"dependencies": {
|
|
"long": "~3"
|
|
},
|
|
"devDependencies": {
|
|
"closurecompiler": "~1",
|
|
"lxiv": "~0.2",
|
|
"metascript": "~0",
|
|
"pretty-hrtime": "^1.0.0",
|
|
"testjs": "~1",
|
|
"utfx": "^1.0.1"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
} |