kld-huffman-coding
Version:
Compress and decompress an array of bytes using Huffman coding
32 lines (31 loc) • 623 B
JSON
{
"name": "kld-huffman-coding",
"version": "0.0.2",
"description": "Compress and decompress an array of bytes using Huffman coding",
"author": {
"name": "Kevin Lindsey",
"email": "kevin@kevlindev.com"
},
"license": "BSD",
"repository": {
"type": "git",
"url": "git://github.com/thelonious/kld-huffman-coding.git"
},
"main": "index.js",
"scripts": {
"test": "expresso"
},
"keywords": [
"huffman",
"compression"
],
"dependencies": {
"kld-bit-streams": ">= 0.0.1"
},
"devDependencies": {
"expresso": "0.9.2"
},
"engines": {
"node": ">= 0.10.4"
}
}