{
  "name": "ng2-select2-ex",
  "version": "0.0.9",
  "description": "Angular2 wrapper for select2",
  "main": "ng2-select2.bundle.js",
  "jsnext:main": "ng2-select2.js",
  "typings": "ng2-select2.d.ts",
  "module": "ng2-select2.js",
  "types": "ng2-select2.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jiangxianfu/ng2-select2.git"
  },
  "keywords": [
    "angular2",
    "select2",
    "wrap"
  ],
  "author": "jiangxf",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jiangxianfu/ng2-select2/issues"
  },
  "homepage": "https://github.com/jiangxianfu/ng2-select2",
  "dependencies": {
    "@types/jquery": "^2.0.39",
    "@types/select2": "^4.0.41"
  },
  "peerDependencies": {
    "@angular/core": ">=5.2.0"
  },
  "directories": {
    "lib": "lib"
  }
}