kvm-json
Version:
A JSON compression technique by splitting JSON object into Key, Value and Model
24 lines • 510 B
JSON
{
"name": "kvm-json",
"version": "0.0.4",
"description": "A JSON compression technique by splitting JSON object into Key, Value and Model",
"author": "Muhammad Harisuddin Thohir <me@harisuddin.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/harisuddinthohir/kvm-js.git"
},
"scripts": {
"test": "node test.js"
},
"keywords": [
"JSON",
"Compression",
"KVM",
"Key",
"Value",
"Model",
"Data"
],
"license": "ISC"
}