js-cfb/package.json

26 lines
534 B
JSON

{
"name": "cfb",
"version": "0.9.1",
"author": "SheetJS",
"description": "Compound File Binary File Format extractor",
"keywords": [ "cfb", "compression", "office" ],
"bin": {
"cfb": "./bin/cfb"
},
"main": "./cfb",
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-cfb.git" },
"scripts": {
"test": "make test"
},
"dependencies": {
"commander":""
},
"config": {
"blanket": {
"pattern": "cfb.js"
}
},
"bugs": { "url": "https://github.com/SheetJS/js-cfb/issues" },
"license": "Apache 2.0"
}