SheetJS
ab962d782e
- no pollution of the Array prototype - alignment with js-xls CFB code - removed main code in CFB (use cfb bin instead) - more tests - added dist - correect for incorrect tree level pointers
26 lines
534 B
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"
|
|
}
|