beson
Version:
Yet an another binary representation of json format
26 lines (25 loc) • 573 B
JSON
{
"name": "beson",
"version": "3.1.5",
"description": "Yet an another binary representation of json format",
"main": "beson.js",
"scripts": {
"test": "node ./.test/unit-test.js",
"build": "node ./.build/packer.js -o ./beson.js ./.build/tmpl.js ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JCloudYu/beson.git"
},
"keywords": [
"BSON",
"BEson",
"Binary"
],
"author": "JCloudYu",
"license": "ISC",
"bugs": {
"url": "https://github.com/JCloudYu/beson/issues"
},
"homepage": "https://github.com/JCloudYu/beson#readme"
}