{
  "name": "angular-input-types",
  "description": "AngularJS directives used on form inputs. Makes it easy for the users to input the correct information using autocomplete and validation.",
  "version": "2.0.3",
  "license": "MIT",
  "author": "Jon Wikman",
  "homepage": "https://github.com/FlaxHaxx/angular-input-types",
  "repository": {
    "type": "git",
    "url": "https://github.com/FlaxHaxx/angular-input-types.git"
  },
  "bugs": {
    "url": "https://github.com/FlaxHaxx/angular-input-types/issues"
  },
  "keywords": [
    "angular",
    "form",
    "input",
    "validation",
    "autocomplete",
    "ssn",
    "personnummer",
    "organisationsnummer"
  ],
  "peerDependencies": {
    "angular": "^1.3.x"
  },
  "devDependencies": {
    "angular": "^1.6.6",
    "angular-mocks": "^1.6.6",
    "jasmine-core": "^2.8.0",
    "karma": "^1.7.1",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-webpack": "^2.0.5",
    "webpack": "~3.8.1"
  },
  "scripts": {
    "build": "webpack",
    "test": "karma start"
  }
}
