js-cfb/package.json

18 lines
435 B
JSON

{
"name": "cfb",
"version": "0.6.0",
"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" },
"scripts": {
"test": "make test"
},
"bugs": { "url": "https://github.com/Niggler/js-cfb/issues" },
"license": "Apache 2.0"
}