{
  "name": "knockout.validation",
  "version": "2.0.3",
  "description": "A KnockoutJS Plugin for model and property validation",
  "main": "dist/knockout.validation.js",
  "files": ["dist", "localization", "CONTRIBUTING.md"],
  "peerDependencies": {
    "knockout": ">=2.3.0"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-cli": "~0.1.13",
    "grunt-contrib-jshint": "~0.11.0",
    "grunt-contrib-uglify": "~0.8.0",
    "grunt-contrib-concat": "~0.5.1",
    "grunt-contrib-qunit": "~0.5.2",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-clear": "~0.2.1",
    "jshint-stylish": "~1.0.1"
  },
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Knockout-Contrib/Knockout-Validation.git"
  },
  "author": "@ericmbarnard",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Knockout-Contrib/Knockout-Validation/issues"
  }
}
