{
  "name": "ngx-cookie-service",
  "description": "an (aot ready) angular (4.2+) cookie service",
  "version": "2.0.2",
  "license": "MIT",
  "author": "7leads GmbH <info@7leads.org>",
  "keywords": [
    "angular",
    "angular2",
    "angular4",
    "angular5",
    "angular-2",
    "angular-4",
    "angular-5",
    "aot",
    "aot-compatible",
    "aot-compilation",
    "ngx",
    "ng2",
    "ng",
    "service",
    "angular-service",
    "cookie-service",
    "cookie",
    "cookies"
  ],
  "contributors": [
    {
      "name": "Christopher Parotat",
      "email": "c.parotat@7leads.org"
    },
    {
      "name": "Stefan Bauer",
      "email": "bauer.stefan@live.de"
    },
    {
      "name": "Kristian Thy",
      "email": "thy@42.dk"
    },
    {
      "name": "Jared Clemence"
    },
    {
      "name": "flakolefluk"
    },
    {
      "name": "mattbanks"
    }
  ],
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "ng": "ng",
    "start": "npm run compile && ng serve",
    "build": "npm run compile && ng build",
    "test": "npm run compile && ng test",
    "lint": "npm run compile && ng lint",
    "e2e": "npm run compile && ng e2e",
    "compile": "node scripts/compile.js",
    "publish:dist": "npm run compile && cd dist-lib && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/7leads/ngx-cookie-service.git"
  },
  "bugs": {
    "url": "https://github.com/7leads/ngx-cookie-service/issues",
    "email": "info@7leads.org"
  },
  "peerDependencies": {
    "@angular/core": ">=4.2.0",
    "@angular/platform-browser": ">=4.2.0",
    "@angular/platform-browser-dynamic": ">=4.2.0"
  },
  "devDependencies": {
    "@angular/cli": "1.0.0",
    "@angular/core": "^4.0.0",
    "@angular/platform-browser": "^4.0.0",
    "@angular/platform-browser-dynamic": "^4.0.0",
    "@angular/common": "^4.0.0",
    "@angular/compiler": "^4.0.0",
    "@angular/compiler-cli": "^4.0.0",
    "@angular/forms": "^4.0.0",
    "@angular/http": "^4.0.0",
    "@angular/platform-server": "^4.0.0",
    "@angular/router": "^4.0.0",
    "@types/jasmine": "2.5.38",
    "@types/node": "~6.0.60",
    "async": "^2.3.0",
    "codelyzer": "~2.0.0",
    "core-js": "^2.4.1",
    "jasmine-core": "~2.5.2",
    "jasmine-spec-reporter": "~3.2.0",
    "karma": "~1.4.1",
    "karma-chrome-launcher": "~2.0.0",
    "karma-cli": "~1.0.1",
    "karma-coverage-istanbul-reporter": "^0.2.0",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "protractor": "~5.1.0",
    "rimraf": "^2.6.1",
    "rxjs": "^5.1.0",
    "ts-node": "~2.0.0",
    "tslint": "~4.5.0",
    "typescript": "~2.2.0",
    "zone.js": "^0.8.4"
  }
}
