{
  "name": "viny",
  "version": "0.2.0",
  "description": "A tiny functional validator",
  "main": "viny.js",
  "scripts": {
    "test": "npm run lint && npm run mocha",
    "cover": "nyc npm run mocha",
    "mocha": "mocha --recursive test",
    "lint": "eslint viny.js"
  },
  "keywords": [
    "validator",
    "validation",
    "validate",
    "functional",
    "viny"
  ],
  "author": "rmdm",
  "license": "MIT",
  "devDependencies": {
    "assert-match": "^1.1.1",
    "eslint": "^5.4.0",
    "mocha": "^5.2.0",
    "nyc": "^12.0.2"
  }
}
