{
  "name": "vue-paginate",
  "version": "2.1.3",
  "description": "A simple vue.js plugin to paginate data",
  "main": "dist/vue-paginate.js",
  "scripts": {
    "build": "node build/build.js",
    "test": "./node_modules/karma/bin/karma start"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "presets": [
            "es2015"
          ]
        }
      ]
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TahaSh/vue-paginate.git"
  },
  "keywords": [
    "paginate",
    "pagination",
    "page",
    "chunk",
    "navigate",
    "slice",
    "vue"
  ],
  "dependencies": {
    "vue": "^1.0.16"
  },
  "devDependencies": {
    "babel-plugin-espower": "^2.1.2",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-es2015-rollup": "^1.1.1",
    "babelify": "^7.3.0",
    "brfs": "^1.4.3",
    "browserify": "^13.0.1",
    "browserify-shim": "^3.8.12",
    "chai": "^3.5.0",
    "karma": "^0.13.22",
    "karma-browserify": "^5.0.5",
    "karma-chrome-launcher": "^1.0.1",
    "karma-mocha": "^1.0.1",
    "karma-mocha-reporter": "^2.0.3",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-source-map-support": "^1.1.0",
    "mocha": "^2.4.5",
    "phantomjs-prebuilt": "^2.1.7",
    "rollup": "^0.31.2",
    "rollup-plugin-babel": "^2.5.1",
    "uglify-js": "^2.6.2",
    "watchify": "^3.7.0"
  },
  "author": "Taha Shashtari",
  "license": "MIT"
}
