2013-09-05 18:55:36 +00:00
|
|
|
{
|
|
|
|
"name": "cfb",
|
2013-10-29 18:50:54 +00:00
|
|
|
"version": "0.6.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" },
|
2013-10-26 20:20:19 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "make test"
|
|
|
|
},
|
2013-09-05 18:55:36 +00:00
|
|
|
"bugs": { "url": "https://github.com/Niggler/js-cfb/issues" },
|
|
|
|
"license": "Apache 2.0"
|
|
|
|
}
|