2013-09-05 18:55:36 +00:00
|
|
|
{
|
|
|
|
"name": "cfb",
|
2014-06-24 04:00:39 +00:00
|
|
|
"version": "0.10.0",
|
|
|
|
"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",
|
2014-06-24 04:00:39 +00:00
|
|
|
"dependencies": {
|
|
|
|
"commander":""
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha":"",
|
|
|
|
"xlsjs":"",
|
|
|
|
"uglify-js":""
|
|
|
|
},
|
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": {
|
2014-06-24 04:00:39 +00:00
|
|
|
"pretest": "make init",
|
2013-10-26 20:20:19 +00:00
|
|
|
"test": "make test"
|
|
|
|
},
|
2014-05-20 17:43:03 +00:00
|
|
|
"config": {
|
|
|
|
"blanket": {
|
|
|
|
"pattern": "cfb.js"
|
|
|
|
}
|
|
|
|
},
|
2013-11-13 23:36:47 +00:00
|
|
|
"bugs": { "url": "https://github.com/SheetJS/js-cfb/issues" },
|
2014-06-24 04:00:39 +00:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"engines": { "node": ">=0.8" }
|
2013-09-05 18:55:36 +00:00
|
|
|
}
|