{
  "name": "vue-data-tablee",
  "version": "0.13.0",
  "description": "A very simple table component.",
  "main": "dist/vue-data-tablee.cjs.js",
  "module": "dist/vue-data-tablee.es.js",
  "browser": "dist/vue-data-tablee.min.js",
  "scripts": {
    "test": "standard",
    "start": "poi demo/index.js",
    "build": "bili",
    "prepare": "npm run build && npm test"
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VitorLuizC/vue-data-tablee.git"
  },
  "keywords": [
    "data-tablee",
    "data-table",
    "data-grid",
    "table",
    "vue"
  ],
  "author": {
    "url": "https://vitorluizc.github.io/",
    "name": "Vitor Cavalcanti",
    "email": "vitorluizc@outlook.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/VitorLuizC/vue-data-tablee/issues"
  },
  "homepage": "https://github.com/VitorLuizC/vue-data-tablee#readme",
  "standard": {
    "ignore": [
      "dist/"
    ]
  },
  "devDependencies": {
    "bili": "^3.1.2",
    "node-sass": "^4.9.2",
    "poi": "^10.2.9",
    "rollup-plugin-css-only": "^0.4.0",
    "rollup-plugin-vue": "^4.3.1",
    "standard": "^11.0.1",
    "vue": "^2.5.16",
    "vue-template-compiler": "^2.5.16"
  },
  "dependencies": {
    "object-take": "^0.1.2"
  }
}
