js-cfb/package.json
SheetJS 8d10376fad version bump 0.3.0: name collision resolution
It is possible for multiple streams to have the same name (albeit with different
paths), so:
- `FileIndex` is an array of the streams
- `FullPaths` is an array of the full paths
- `FullPathDir` is a full path version of `Directory`
2013-09-20 23:13:19 -07:00

15 lines
395 B
JSON

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