{
  "name": "validation-messages",
  "version": "1.0.5",
  "description": "Angular 2 module for displaying validation messages on template driven forms",
  "keywords": [
    "ng",
    "angular",
    "validation",
    "messages",
    "validation--messagess"
  ],
  "author": {
    "name": "Rahul Bhooteshwar",
    "url": "http://github.com/rahulbhooteshwar"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rahulbhooteshwar/validation-messages.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "http://github.com/rahulbhooteshwar/validation-messages/issues"
  },
  "homepage": "http://github.com/rahulbhooteshwar/validation-messages",
  "main": "bundles/validation-messages.umd.js",
  "module": "index.js",
  "es2015": "validation-messages.js",
  "typings": "validation-messages.d.ts",
  "peerDependencies": {
    "@angular/core": "^^4.0.0",
    "@angular/common": "^^4.0.0",
    "@angular/forms": "^^4.0.0",
    "@angular/http": "^^4.0.0",
    "@angular/compiler": "^^4.0.0",
    "@angular/platform-browser": "^^4.0.0",
    "@angular/platform-server": "^^4.0.0"
  }
}