{
  "name": "vuetable",
  "version": "1.5.12",
  "description": "vue.js table component that will automatically request JSON data from server and display them nicely in HTML table with swap-able/extensible pagination component",
  "main": "dist/vue-table.js",
  "dependencies": {
    "vue": "^1.0.26",
    "vue-resource": "^1.0.2"
  },
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "browserify": {
    "transform": [
      "vueify"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ratiw/vue-table.git"
  },
  "keywords": [
    "vue",
    "vuejs",
    "table",
    "component",
    "json",
    "pagination"
  ],
  "author": "Rati Wannapanop <rati.wannapanop@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ratiw/vue-table/issues"
  },
  "homepage": "https://github.com/ratiw/vue-table#readme",
  "devDependencies": {
    "babel-core": "^6.9.1",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-runtime": "^6.9.2",
    "browserify": "13.0.1",
    "uglify-js": "^2.6.2",
    "vueify": "^8.5.4",
    "watchify": "3.7.0"
  }
}
