{
  "name": "valido",
  "version": "2.1.0",
  "description": "Check and validation library",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "prepublish": "npm test"
  },
  "engines": {
    "node": ">=6.5.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/moooji/valido.git"
  },
  "keywords": [
    "validation",
    "check",
    "validate",
    "predicate"
  ],
  "author": "Steffen Strätz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/moooji/valido/issues"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^5.6.1",
    "lodash": "^4.17.11",
    "mocha": "^5.2.0",
    "mocha-eslint": "^4.1.0"
  }
}
