{
  "name": "angular2-countrypicker",
  "version": "1.0.0",
  "scripts": {
    "lint": "tslint src/**/*.ts",
    "test": "tsc && karma start",
    "prepublish": "tsc",
    "tsc": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Paldom/angular2-countrypicker"
  },
  "author": {
    "name": "Domonkos Pal",
    "email": "public@dpal.hu"
  },
  "keywords": [
    "angular",
    "angular2"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Paldom/angular2-countrypicker/issues"
  },
  "main": "./dist/index.js",
  "dependencies": {
    "lodash": "^4.17.4",
    "world-countries": "git+https://github.com/mledoze/countries.git"
  },
  "devDependencies": {
    "@angular/core": "^2.0.0",
    "@angular/common": "^2.0.0",
    "codelyzer": "^0.0.28",
    "rxjs": "^5.0.1",
    "tslint": "^3.15.1",
    "typescript": "2.0.2",
    "zone.js": "0.7.2",
    "@types/es6-shim": "^0.31.32",
    "@types/protractor": "^4.0.0",
    "@types/jasmine": "^2.5.40",
    "@types/selenium-webdriver": "^2.53.39"
  },
  "engines": {
    "node": ">=0.8.0"
  }
}
