codecs
Version:
Create an binary encoder/decoder for json, utf-8 or custom types
28 lines (27 loc) • 655 B
JSON
{
"name": "codecs",
"version": "3.1.0",
"description": "Create an binary encoder/decoder for json, utf-8 or custom types",
"main": "index.js",
"dependencies": {
"b4a": "^1.6.3"
},
"devDependencies": {
"brittle": "^3.2.1",
"compact-encoding": "^2.11.0",
"standard": "^17.0.0"
},
"scripts": {
"test": "standard && brittle test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/codecs.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/codecs/issues"
},
"homepage": "https://github.com/mafintosh/codecs"
}