{
  "name": "angular2-openlayers",
  "version": "0.6.8",
  "scripts": {
    "lint": "tslint src/**/*.ts",
    "test": "ngc && karma start",
    "prepublish": "ngc",
    "ngc": "ngc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/quentin-ol/angular2-openlayers"
  },
  "author": {
    "name": "Quentin Lampin",
    "email": "quentin.lampin@orange.com"
  },
  "keywords": [
    "angular",
    "angular2",
    "openlayers"
  ],
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/quentin-ol/angular2-openlayers/issues"
  },
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "dependencies": {
    "@angular/animations": "^4.1.3",
    "@types/openlayers": "^4.1.0",
    "openlayers": "4.0.x || 4.1.x"
  },
  "devDependencies": {
    "@angular/common": "^4.1.3",
    "@angular/compiler": "^4.1.3",
    "@angular/compiler-cli": "^4.1.3",
    "@angular/core": "^4.1.3",
    "@angular/platform-browser": "^4.1.3",
    "@angular/platform-server": "^4.1.3",
    "@types/jasmine": "^2.5.38",
    "@types/selenium-webdriver": "^3.0.4",
    "codelyzer": "3.0.1",
    "rxjs": "5.4.0",
    "tslint": "~5.3.2",
    "typescript": "~2.3.3",
    "zone.js": "0.8.11"
  },
  "engines": {
    "node": ">=0.8.0"
  }
}
