js-cfb/package.json
SheetJS 5c7df1f3db version bump 0.10.0: performance
- reworked IIFE
- avoid Buffer read helpers (see https://github.com/joyent/node/issues/7809)
- avoid nested functions in parse
- eliminate consecutive nulls in test files (libreoffice)
- travis + coveralls support
- jscs linting
2014-06-24 00:00:39 -04:00

33 lines
664 B
JSON

{
"name": "cfb",
"version": "0.10.0",
"author": "sheetjs",
"description": "Compound File Binary File Format extractor",
"keywords": [ "cfb", "compression", "office" ],
"bin": {
"cfb": "./bin/cfb"
},
"main": "./cfb",
"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" }
}