endian-reader
Version:
Buffer wrapper with endian-configured reads
28 lines (27 loc) • 611 B
JSON
{
"name": "endian-reader",
"version": "0.3.0",
"description": "Buffer wrapper with endian-configured reads",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec test/*-test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:indutny/endian-reader"
},
"keywords": [
"endian",
"le",
"be"
],
"author": "Fedor Indutny <fedor@indutny.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indutny/endian-reader/issues"
},
"homepage": "https://github.com/indutny/endian-reader",
"devDependencies": {
"mocha": "^1.17.1"
}
}