{
  "name": "valichain",
  "version": "1.0.5",
  "description": "Validator chain which wraps several functions of String, lodash and chriso/validator",
  "main": "index.js",
  "scripts": {
    "test": "node test.js",
    "build-doc": "node node_modules/.bin/jsdoc index.js -d doc",
    "build-doc-md": " node node_modules/.bin/jsdoc2md index.js > doc.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expedit85/valichain.git"
  },
  "keywords": [
    "javascript",
    "node",
    "validator",
    "validation-chain",
    "lodash",
    "sails"
  ],
  "author": {
    "name": "Cristiano Expedito",
    "email": "expedit@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/expedit85/valichain/issues"
  },
  "homepage": "https://github.com/expedit85/valichain#README.md",
  "dependencies": {
    "lodash": "~4.13.1",
    "validator": "~5.2.0"
  },
  "devDependencies": {
    "jsdoc": "~3.4.0",
    "jsdoc-to-markdown": "~1.3.6"
  }
}
