zigzag
Version:
zigzag signed integer encoding and decoding
27 lines (26 loc) • 515 B
JSON
{
"name": "zigzag",
"version": "0.0.3",
"description": "zigzag signed integer encoding and decoding",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/zigzag.git"
},
"keywords": [
"zigzag",
"encoding",
"integer",
"signed",
"protobuf",
"protocol buffers"
],
"author": "Chris Dickinson <chris@neversaw.us>",
"license": "MIT",
"devDependencies": {
"tape": "~0.2.2"
}
}