{
  "name": "@bethesdalc/msal-angular",
  "author": {
    "name": "Microsoft",
    "email": "nugetaad@microsoft.com",
    "url": "https://www.microsoft.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
  },
  "version": "0.1.3",
  "keywords": [
    "implicit",
    "angular",
    "AAD",
    "msal",
    "oauth"
  ],
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "engines": {
    "node": ">=0.8.0"
  },
  "dependencies": {
    "msal": "0.2.1",
    "tslib": "1.7.1"
  },
  "devDependencies": {
    "@angular/common": "^4.3.0",
    "@angular/compiler": "~4.3.0",
    "@angular/compiler-cli": "4.3.0",
    "@angular/core": "^4.3.0",
    "@angular/platform-browser": "^4.3.0",
    "@angular/platform-browser-dynamic": "~4.3.0",
    "@angular/router": "^4.3.0",
    "@types/handlebars": "4.0.33",
    "@types/jasmine": "2.5.41",
    "@types/jasmine-ajax": "^3.1.35",
    "angular-router-loader": "^0.8.5",
    "angular2-template-loader": "^0.6.2",
    "awesome-typescript-loader": "^3.5.0",
    "babel-polyfill": "^6.26.0",
    "bluebird": "^3.5.1",
    "core-js": "^2.4.1",
    "grunt": "^1.0.3",
    "grunt-banner": "^0.6.0",
    "grunt-contrib-uglify": "^2.3.0",
    "grunt-exec": "^2.0.0",
    "grunt-file-append": "0.0.7",
    "grunt-jasmine-node": "~0.3.1",
    "grunt-tslint": "^5.0.1",
    "istanbul-instrumenter-loader": "^3.0.1",
    "jasmine": "^2.99.0",
    "jasmine-ajax": "^3.3.1",
    "jasmine-core": "^2.99.1",
    "jasmine-node": "2.0.1",
    "karma": "^2.0.5",
    "karma-chrome-launcher": "^2.0.0",
    "karma-cli": "^1.0.1",
    "karma-coverage-istanbul-reporter": "^2.0.1",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "*",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.32",
    "karma-verbose-reporter": "0.0.6",
    "karma-webpack": "^3.0.0",
    "phantomjs-polyfill": "0.0.2",
    "reflect-metadata": "^0.1.3",
    "rxjs": "^5.0.1",
    "shx": "^0.2.2",
    "source-map-loader": "^0.2.3",
    "ts-loader": "^2.0.3",
    "tslib": "^1.7.1",
    "tslint": "^5.8.0",
    "typedoc": "^0.6.0",
    "typescript": "^2.7.2",
    "typings": "^2.1.1",
    "webpack": "3.6.0",
    "zone.js": "^0.8.10"
  },
  "peerDependencies": {
    "@angular/common": "^4.3.0",
    "@angular/core": "^4.3.0",
    "rxjs": "^5.0.1"
  },
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "clean": "shx rm -rf dist docs",
    "doc": "typedoc --out ./docs ./src/**/* --gitRevision dev",
    "build:modules": "tsc && tsc -m es6 --outDir lib-es6",
    "build": "npm run clean && npm run doc && npm run build:modules && webpack",
    "test": "typings install && karma start karma.conf.js",
    "pushit": "npm publish --access public",
    "ngcompile": "npm run clean && npm run doc && ngc -p tsconfig-aot.json && webpack",
    "endToEnd": "cd tests/endToEndTests && npm install && node testRunner.js"
  },
  "description": "Microsoft Authentication Library for Angular (Preview)\r ========================================================="
}