endian-code
Version:
Encodes and decodes numbers of given size in big and little endian.
26 lines (25 loc) • 472 B
JSON
{
"name": "endian-code",
"version": "1.0.5",
"description": "Encodes and decodes numbers of given size in big and little endian.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/emretapci/endian-code"
},
"keywords": [
"little",
"big",
"endian",
"encode",
"decode"
],
"author": "Emre Tapci",
"license": "MIT",
"devDependencies": {
"mocha": "^5.2.0"
}
}