{
  "name": "validate-js-fork",
  "version": "0.11.1",
  "author": "Tim van der Horst <timgvdh@gmail.com>",
  "description": "A fork of validate.js (http://validatejs.org)",
  "main": "validate.js",
  "typings": "validate.d.ts",
  "homepage": "https://github.com/ansman/validate.js/pull/164",
  "repository": {
    "type": "git",
    "url": "https://github.com/vdh/validate.js.git"
  },
  "scripts": {
    "test": "grunt test",
    "build": "grunt build",
    "watch": "grunt watch",
    "docs": "grunt docco"
  },
  "keywords": [
    "validation",
    "validate",
    "server",
    "client"
  ],
  "devDependencies": {
    "grunt": "1.0.1",
    "grunt-notify": "0.4.5",
    "grunt-contrib-watch": "1.0.0",
    "grunt-contrib-jshint": "1.0.0",
    "grunt-contrib-uglify": "1.0.1",
    "grunt-contrib-jasmine": "1.0.3",
    "grunt-docco": "0.4.0",
    "grunt-template-jasmine-istanbul": "0.4.0",
    "coveralls": "2.11.9"
  },
  "license": "MIT"
}
