{
  "author": {
    "name": "sheetjs"
  },
  "bin": {
    "xlsx": "bin/xlsx.njs"
  },
  "bugs": {
    "url": "https://github.com/protobi/js-xlsx/issues"
  },
  "bundleDependencies": false,
  "config": {
    "blanket": {
      "pattern": "xlsx.js"
    }
  },
  "dependencies": {
    "adler-32": "",
    "cfb": ">=0.10.0",
    "codepage": "~1.3.6",
    "commander": "",
    "crc-32": "",
    "jszip": "2.4.0",
    "ssf": "~0.8.1"
  },
  "deprecated": false,
  "description": "Excel (XLSB/XLSX/XLSM/XLS/XML) and ODS spreadsheet parser and writer (extended to enable read/write of cell formats with xlsx files)",
  "devDependencies": {
    "cheerio": "^0.19.0",
    "mocha": "",
    "uglify-js": "",
    "xlsjs": ""
  },
  "engines": {
    "node": ">=0.8"
  },
  "homepage": "https://github.com/protobi/js-xlsx/tree/beta#readme",
  "keywords": [
    "excel",
    "xls",
    "xlsx",
    "xlsb",
    "xlsm",
    "ods",
    "office",
    "spreadsheet"
  ],
  "license": "Apache-2.0",
  "main": "./xlsx",
  "name": "iot-xlsx-style",
  "scripts": {
    "pretest": "git submodule init && git submodule update",
    "test": "make test"
  },
  "version": "0.8.13"
}
