{
  "name": "vue-verify-plugin",
  "version": "2.0.13",
  "description": "vue validate plugin",
  "main": "./src/index.js",
  "scripts": {
    "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
    "build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liuyinglong/verify.git"
  },
  "author": "liuyinglong",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/liuyinglong/verify/issues"
  },
  "homepage": "https://github.com/liuyinglong/verify#readme",
  "devDependencies": {
    "cross-env": "^4.0.0",
    "lodash": "^4.17.4"
  },
  "dependencies": {
    "webpack": "^2.4.1"
  }
}
