{
  "name": "@arkadiuminc/ng-adal",
  "version": "1.0.12",
  "description": "ADAL wrapper for Angular Framework",
  "main": "dist/index.js",
  "jsnext:main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "ngc": "ngc",
    "build": "ngc && rollup -c config/rollup.esm.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benbaran/adal-angular4.git"
  },
  "keywords": [
    "adal",
    "angular4"
  ],
  "author": "Ben Baran",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/benbaran/adal-angular4/issues"
  },
  "homepage": "https://github.com/benbaran/adal-angular4#readme",
  "dependencies": {
    "adal-angular": "1.0.15"
  },
  "peerDependencies": {
    "@angular/common": "^5.1.2",
    "@angular/core": "^5.1.2",
    "@angular/http": "^5.1.2",
    "@angular/platform-browser": "^5.1.2",
    "rxjs": "^5.5.6",
    "zone.js": "^0.8.19"
  },
  "devDependencies": {
    "@angular/compiler": "^5.1.2",
    "@angular/compiler-cli": "^5.1.2",
    "cz-conventional-changelog": "^2.1.0",
    "rollup": "^0.53.0",
    "rollup-plugin-buble": "^0.18.0",
    "rollup-plugin-memory": "^2.0.0",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-typescript": "^0.8.1",
    "standard-version": "^4.2.0",
    "typescript": "^2.6.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
