{
  "name": "mcheck",
  "version": "0.1.6",
  "description": "Minimalistic yet powerful and highly customizable validation",
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js test.js",
    "test": "ava",
    "test-cov": "nyc npm test && nyc report --reporter=html",
    "test-cov-ci": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov",
    "preversion": "npm test",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ct0r/mcheck.git"
  },
  "keywords": [
    "validate",
    "validator",
    "validation",
    "check",
    "checker",
    "front-end",
    "backend"
  ],
  "author": "ct0r",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ct0r/mcheck/issues"
  },
  "homepage": "https://github.com/ct0r/mcheck#readme",
  "devDependencies": {
    "ava": "^0.23.0",
    "eslint": "^4.11.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1",
    "nyc": "^11.3.0",
    "sinon": "^4.1.2"
  }
}
