developertrinidad08 7e6cf29479 first commit
2023-01-16 18:11:14 -03:00

20 lines
430 B
JSON

{
"name": "binarypack",
"description": "BinaryPack is a JSON-like binary serialization format",
"version": "0.0.4",
"homepage": "https://github.com/binaryjs/node-binarypack",
"author": "Eric Zhang",
"repository": {
"type": "git",
"url": "https://github.com/binaryjs/node-binarypack"
},
"main": "./lib/binarypack",
"engines": {
"node": ">=0.6.0"
},
"dependencies" : {
"buffercursor" : ">=0.0.3"
}
}