{
  "name": "vue-pagination",
  "version": "0.3.3",
  "description": "A pagination for Vue.js",
  "main": "dist/vue-pagination.min.js",
  "scripts": {
    "build": "node ./build/build.js",
    "release": "bash ./build/release.sh",
    "example": "node ./example/server.js",
    "test": "karma start build/karma.conf.js --single-run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LeslieYQ/vue-pagination.git"
  },
  "keywords": [
    "vue",
    "vuejs",
    "pagination",
    "mvvm"
  ],
  "author": {
    "name": "yuqiu <yuqiu-1988@163.com>"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LeslieYQ/vue-pagination/issues"
  },
  "homepage": "https://github.com/LeslieYQ/vue-pagination#readme",
  "devDependencies": {
    "babel-core": "^6.1.21",
    "babel-loader": "^6.1.0",
    "babel-plugin-transform-object-assign": "^6.5.0",
    "babel-plugin-transform-runtime": "^6.1.18",
    "babel-preset-es2015": "^6.0.0",
    "babel-runtime": "^5.8.0",
    "css-loader": "^0.21.0",
    "express": "~4.12.4",
    "function-bind": "^1.0.2",
    "jasmine-core": "^2.4.1",
    "karma": "^0.13.15",
    "karma-jasmine": "^0.3.6",
    "karma-phantomjs-launcher": "^0.2.1",
    "karma-spec-reporter": "0.0.23",
    "karma-webpack": "^1.7.0",
    "phantomjs": "^1.9.19",
    "postcss-nested": "^1.0.0",
    "rollup": "^0.21.0",
    "rollup-plugin-babel": "^2.0.0",
    "rollup-plugin-postcss": "^0.0.27",
    "stylus-loader": "^1.4.0",
    "uglify-js": "^2.5.0",
    "vue": "^1.0.0",
    "vue-hot-reload-api": "^1.2.0",
    "vue-html-loader": "^1.0.0",
    "vue-loader": "^7.0.3",
    "vue-resource": "latest",
    "webpack": "^1.12.2",
    "webpack-dev-server": "^1.12.0"
  },
  "engines": {
    "node": ">=5.2.0"
  }
}
