{
  "name": "@pinkyo/validatorjs",
  "version": "0.0.9",
  "description": "central validator to provide an alternative solution.",
  "main": "lib/index.js",
  "files": [
    "LICENSE",
    "README.md",
    "TOOLS.md",
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/pinkyo/validatorjs.git"
  },
  "ava": {
    "files": [
      "test/*.js"
    ],
    "require": [
      "babel-register"
    ],
    "babel": "inherit"
  },
  "scripts": {
    "clean": "rimraf lib/",
    "build": "babel src --out-dir lib",
    "prepublish": "npm run clean && npm run build",
    "lint": "eslint src/ test/",
    "test": "nyc ava",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "keywords": [
    "validation",
    "javascript"
  ],
  "author": "pinkyo",
  "license": "MIT",
  "devDependencies": {
    "ava": "^0.22.0",
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "coveralls": "^3.0.0",
    "eslint": "^4.8.0",
    "nyc": "^11.2.1",
    "rimraf": "^2.6.2",
    "sinon": "^4.0.0"
  },
  "peerDependencies": {
    "lodash": "^4.17.4"
  },
  "engines": {
    "node": "6.11.3"
  }
}
