15 lines
395 B
JSON
15 lines
395 B
JSON
{
|
|
"name": "cfb",
|
|
"version": "0.0.2",
|
|
"author": "Niggler",
|
|
"description": "Compound File Binary File Format extractor",
|
|
"keywords": [ "cfb", "compression", "office" ],
|
|
"bin": {
|
|
"cfb": "./bin/cfb"
|
|
},
|
|
"main": "./cfb",
|
|
"repository": { "type":"git", "url":"git://github.com/Niggler/js-cfb.git" },
|
|
"bugs": { "url": "https://github.com/Niggler/js-cfb/issues" },
|
|
"license": "Apache 2.0"
|
|
}
|