{
  "name": "ng2-cookies",
  "version": "1.0.12",
  "scripts": {
    "test": "tsc && karma start",
    "prepublish": "tsc --outDir .",
    "tsc": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BCJTI/ng2-cookies"
  },
  "author": {
    "name": "Felipe Rebelo Lopes",
    "email": "carcamano@users.noreply.github.com"
  },
  "keywords": [
    "angular",
    "angular2",
    "cookie",
    "cookies"
  ],
  "bugs": {
    "url": "https://github.com/BCJTI/ng2-cookies/issues"
  },
  "main": "index.js",
  "typings": "./index.d.ts",
  "dependencies": {},
  "devDependencies": {
    "typescript": "^1.7.3"
  },
  "engines": {
    "node": ">=4.1.0"
  },
  "license": {
    "type": "MIT",
    "url": "https://opensource.org/licenses/MIT"
  }
}
