2013-09-05 18:55:36 +00:00
|
|
|
{
|
|
|
|
"name": "cfb",
|
2013-09-20 22:43:02 +00:00
|
|
|
"version": "0.3.0",
|
2013-09-05 18:55:36 +00:00
|
|
|
"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"
|
|
|
|
}
|