{
  "name": "workbook",
  "version": "1.1.3",
  "description": "description: Convenience wrapper for js-xlsx to incrementally build Excel workbooks programmatically",
  "main": "workbook.js",
  "keywords": [
    "xlsx",
    "spreadsheet",
    "excel",
    "create"
  ],
  "devDependencies": {
    "cheerio": "^0.19.0",
    "json2csv": "^3.0.1",
    "jszip": "^2.5.0",
    "xlsx": "git://github.com/protobi/js-xlsx"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/protobi/workbook.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/protobi/workbook/issues"
  },
  "homepage": "https://github.com/protobi/workbook"
}
