struct
Version:
Pack/Unpack multibyte binary values from/to buffers
23 lines (22 loc) • 569 B
JSON
{ "name" : "struct"
, "version" : "v0.0.12"
, "description" : "Pack/Unpack multibyte binary values from/to buffers "
, "author": "Denys Khanzhiyev"
, "main": "./index.js"
, "maintainers" :
[ { "name": "Denys Khanzhiyev"
, "email": "xdenser@gmail.com"
}
]
, "bugs" : { "web" : "http://github.com/xdenser/node-struct/issues" }
, "licenses" : [ { "type" : "MIT" } ]
, "dependencies" : {}
, "repositories" :
[ { "type" : "git"
, "url" : "http://github.com/xdenser/node-struct.git"
}
]
, "engines": {
"node": ">0.6.0"
}
}