2013-09-05 18:55:36 +00:00
|
|
|
{
|
|
|
|
"name": "cfb",
|
2013-11-29 07:09:46 +00:00
|
|
|
"version": "0.8.1",
|
2013-11-13 23:36:47 +00:00
|
|
|
"author": "SheetJS",
|
2013-09-05 18:55:36 +00:00
|
|
|
"description": "Compound File Binary File Format extractor",
|
|
|
|
"keywords": [ "cfb", "compression", "office" ],
|
|
|
|
"bin": {
|
|
|
|
"cfb": "./bin/cfb"
|
|
|
|
},
|
|
|
|
"main": "./cfb",
|
2013-11-13 23:36:47 +00:00
|
|
|
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-cfb.git" },
|
2013-10-26 20:20:19 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "make test"
|
|
|
|
},
|
2013-11-13 23:36:47 +00:00
|
|
|
"dependencies": {
|
|
|
|
"commander":""
|
|
|
|
},
|
|
|
|
"bugs": { "url": "https://github.com/SheetJS/js-cfb/issues" },
|
2013-09-05 18:55:36 +00:00
|
|
|
"license": "Apache 2.0"
|
|
|
|
}
|