SheetJS
5c79a6ee30
Instead of a fixed check, assume that the references are relative if they are not absolute
21 lines
475 B
JSON
21 lines
475 B
JSON
{
|
|
"name": "cfb",
|
|
"version": "0.7.0",
|
|
"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":""
|
|
},
|
|
"bugs": { "url": "https://github.com/SheetJS/js-cfb/issues" },
|
|
"license": "Apache 2.0"
|
|
}
|