js-binary
Version:
Encode/decode to a custom binary format, much more compact and faster than JSON/BSON
33 lines (32 loc) • 671 B
JSON
{
"name": "js-binary",
"version": "1.2.0",
"author": "Sitegui <sitegui@sitegui.com.br>",
"description": "Encode/decode to a custom binary format, much more compact and faster than JSON/BSON",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/sitegui/js-binary"
},
"keywords": [
"binary",
"parse",
"encode",
"decode",
"json"
],
"dependencies": {},
"license": "MIT",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "mocha test",
"docs": "jsdoc -d docs -c docs.json -R README.md"
},
"devDependencies": {
"jsdoc": "^3.5.5",
"mocha": "^4.0.1",
"should": "^13.1.3"
}
}