2013-09-05 18:55:36 +00:00
|
|
|
{
|
2014-07-05 16:22:11 +00:00
|
|
|
"name": "cfb",
|
2017-02-24 08:17:28 +00:00
|
|
|
"version": "0.11.0",
|
2014-07-05 16:22:11 +00:00
|
|
|
"author": "sheetjs",
|
|
|
|
"description": "Compound File Binary File Format extractor",
|
|
|
|
"keywords": [ "cfb", "compression", "office" ],
|
|
|
|
"bin": {
|
2014-11-03 05:51:23 +00:00
|
|
|
"cfb": "./bin/cfb.njs"
|
2014-07-05 16:22:11 +00:00
|
|
|
},
|
|
|
|
"main": "./cfb",
|
|
|
|
"files": [
|
|
|
|
"LICENSE",
|
|
|
|
"README.md",
|
|
|
|
"bin/",
|
|
|
|
"dist/",
|
2017-02-24 05:11:45 +00:00
|
|
|
"cfb.js",
|
|
|
|
"xlscfb.flow.js"
|
2014-07-05 16:22:11 +00:00
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"commander":""
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha":"",
|
|
|
|
"xlsjs":"",
|
|
|
|
"uglify-js":""
|
|
|
|
},
|
|
|
|
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-cfb.git" },
|
|
|
|
"scripts": {
|
|
|
|
"pretest": "make init",
|
|
|
|
"test": "make test"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"blanket": {
|
|
|
|
"pattern": "cfb.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"bugs": { "url": "https://github.com/SheetJS/js-cfb/issues" },
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"engines": { "node": ">=0.8" }
|
2013-09-05 18:55:36 +00:00
|
|
|
}
|