{
  "name": "vue-tmx",
  "version": "0.1.12",
  "description": "Vue json based table with bootstrap3",
  "main": "src/index.vue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcodpt/vue-tmx.git"
  },
  "keywords": [
    "vue",
    "bootstrap3",
    "table",
    "component",
    "json",
    "filter",
    "sort",
    "aggregate",
    "pagination"
  ],
  "author": "Marco Di Pillo Tomic",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/marcodpt/vue-tmx/issues"
  },
  "homepage": "https://github.com/marcodpt/vue-tmx#readme",
  "scripts": {
    "cp_ghcorners": "cp node_modules/vue-gh-corners/dist/vue-github-corners.min.css static/",
    "start": "mkdir -p static && npm run cp_ghcorners && http-server -a localhost -p 8080",
    "build": "browserify -e src/app.vue -o app.js"
  },
  "dependencies": {
    "libt": "0.0.5",
    "vue-awesome": "^3.5.1",
    "vue-inputag": "0.0.3",
    "vue-limit": "0.0.3",
    "vue-transform": "0.0.9"
  },
  "browserify": {
    "transform": [
      "vueify",
      "babelify"
    ]
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "babelify": "^8.0.0",
    "browserify": "^16.2.3",
    "http-server": "^0.11.1",
    "vue": "^2.4.1",
    "vue-gh-corners": "^2.0.0",
    "vue-hot-reload-api": "^2.3.0",
    "vueify": "^9.4.1"
  }
}
