Files

27 lines
619 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"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"
}
}