js-cfb/package.json

18 lines
435 B
JSON
Raw Normal View History

2013-09-05 18:55:36 +00:00
{
"name": "cfb",
"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" },
"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"
}