tiny-msgpack
Version:
A minimalistic MessagePack encoder and decoder for JavaScript.
39 lines (38 loc) • 907 B
JSON
{
"name": "tiny-msgpack",
"version": "2.2.0",
"description": "A minimalistic MessagePack encoder and decoder for JavaScript.",
"main": "lib/index.js",
"browser": "lib/browser.js",
"scripts": {
"test": "$(npm bin)/mocha",
"zuul": "zuul -- test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/JoshuaWise/tiny-msgpack.git"
},
"keywords": [
"binary",
"json",
"msgpack",
"messagepack",
"serialize",
"encode",
"decode"
],
"author": "Joshua Wise <joshuathomaswise@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JoshuaWise/tiny-msgpack/issues"
},
"homepage": "https://github.com/JoshuaWise/tiny-msgpack#readme",
"devDependencies": {
"benchmark": "^2.1.2",
"chai": "^3.5.0",
"cli-color": "^1.1.0",
"mocha": "^3.1.2",
"msgpack": "^1.0.2",
"msgpack-lite": "^0.1.26"
}
}