structron
Version:
A reader, writer and validator for binary data structures
26 lines (25 loc) • 564 B
JSON
{
"name": "structron",
"version": "0.4.3",
"description": "A reader, writer and validator for binary data structures",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LordVonAdel/structron.git"
},
"keywords": [
"Struct",
"Binary",
"Buffer",
"Parse"
],
"author": "LordVonAdel",
"license": "ISC",
"bugs": {
"url": "https://github.com/LordVonAdel/structron/issues"
},
"homepage": "https://github.com/LordVonAdel/structron#readme"
}