{
  "name": "rz-vue-excel",
  "version": "1.0.1",
  "description": "基于vue实现导出excel表格功能",
  "main": "./index.js",
  "scripts": {
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Roc-zhou/rz-vue-excel.git"
  },
  "keywords": [
    "vue",
    "excel",
    "vue-excel"
  ],
  "author": "Roc-zhou",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Roc-zhou/rz-vue-excel/issues"
  },
  "homepage": "https://github.com/Roc-zhou/rz-vue-excel#readme",
  "devDependencies": {
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10"
  },
  "dependencies": {
    "file-saver": "^2.0.2",
    "script-loader": "^0.7.2",
    "xlsx": "^0.15.3"
  }
}
