32 lines
639 B
JSON
32 lines
639 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"
|
|
}
|
|
}
|