{
  "name": "excel-export-xlsx",
  "version": "0.1.0",
  "description": "Simple data set export to Excel xlsx file, based on npm module excel-export.",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/main"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jeffreyzhiw/Node-Excel-Export.git"
  },
  "keywords": [
    "Excel",
    "xlsx"
  ],
  "author": "Jeffreyzhiw <Jeffreyzhiw@hotmail.com>",
  "license": "UNLICENSED",
  "dependencies": {
    "collections": "^2.0.3",
    "node-zip": "1.x"
  },
  "devDependencies": {
    "mocha": "",
    "should": ""
  },
  "bugs": {
    "url": "https://github.com/jeffreyzhiw/Node-Excel-Export/issues"
  },
  "homepage": "https://github.com/jeffreyzhiw/Node-Excel-Export#readme",
  "directories": {
    "example": "example",
    "test": "test"
  }
}
