{
  "name": "ngx-country-select",
  "version": "2.0.3",
  "repository": {
    "type": "git",
    "url": "https://github.com/username/repo"
  },
  "author": {
    "name": "Nikolas Pafitis",
    "email": "n.pafitis@impactechs.com"
  },
  "keywords": [
    "angular",
    "country",
    "select",
    "country-select",
    "country-select-js",
    "responsive",
    "angular2",
    "angular 2",
    "angular4",
    "angular 4",
    "ng",
    "ngx",
    "ng2",
    "jquery"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/username/repo/issues"
  },
  "main": "ngx-country-select.umd.js",
  "module": "ngx-country-select.js",
  "jsnext:main": "ngx-country-select.js",
  "typings": "ngx-country-select.d.ts",
  "peerDependencies": {
    "@angular/core": "^4.0.0",
    "rxjs": "^5.1.0",
    "zone.js": "^0.8.4"
  },
  "dependencies": {
    "country-select-js": "git+https://github.com/mrmarkfrench/country-select-js.git#v1.1.0",
    "jquery": "2.2.4"
  }
}
