{
  "name": "vue-vuelidate-jsonschema",
  "version": "0.13.4",
  "description": "Create validation definitions for vuelidate based on json schema",
  "main": "src/index.js",
  "scripts": {
    "eslint": "eslint src test",
    "test": "npm run eslint && nyc --reporter=html --reporter=text mocha test/specs",
    "develop": "mocha test/specs --recursive --watch",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "author": "Martin Hansen",
  "license": "MIT",
  "keywords": [
    "vue",
    "vuelidate",
    "validation",
    "json",
    "jsonschema",
    "schema"
  ],
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mokkabonna/vue-vuelidate-jsonschema.git"
  },
  "bugs": {
    "url": "https://github.com/mokkabonna/vue-vuelidate-jsonschema/issues"
  },
  "homepage": "https://github.com/mokkabonna/vue-vuelidate-jsonschema#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "eslint": "^4.8.0",
    "eslint-config": "^0.3.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^5.2.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "json-schema-ref-parser": "^3.3.1",
    "mocha": "^4.0.1",
    "nyc": "^11.2.1",
    "require-uncached": "^1.0.3",
    "vue": "^2.5.1",
    "vuelidate": "^0.6.1"
  },
  "dependencies": {
    "flat": "^4.0.0",
    "lodash": "^4.17.4"
  }
}
