UNPKG

msal

Version:
100 lines (99 loc) 3.13 kB
{ "name": "msal", "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": "1.1.3", "description": "Microsoft Authentication Library for js", "keywords": [ "implicit", "js", "AAD", "msal", "oauth" ], "main": "./lib-commonjs/index.js", "module": "./lib-es6/index.js", "types": "./lib-commonjs/index.d.ts", "engines": { "node": ">=0.8.0" }, "scripts": { "clean": "shx rm -rf dist docs lib-commonjs lib-es6", "doc": "typedoc --mode modules --excludePrivate --excludeProtected --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 && npm run lint && npm run build:webpack && npm test", "test": "karma start --single-run --browsers PhantomJS karma.conf.js", "lint": "eslint src/**/*.ts --quiet", "build:webpack": "webpack", "prepack": "npm run build" }, "dependencies": { "tslib": "^1.9.3" }, "devDependencies": { "@types/chai": "^4.1.7", "@types/handlebars": "4.0.33", "@types/js-base64": "^2.3.1", "@types/mocha": "^5.2.6", "@types/node": "^11.13.4", "@types/sinon": "^7.0.11", "@types/uuid": "^3.4.4", "@typescript-eslint/eslint-plugin": "^1.12.0", "@typescript-eslint/eslint-plugin-tslint": "^1.12.0", "@typescript-eslint/parser": "^1.12.0", "ajv": "6.6.1", "awesome-typescript-loader": "^3.2.3", "babel-polyfill": "^6.26.0", "chai": "^4.2.0", "eslint": "^6.0.1", "fork-ts-checker-webpack-plugin": "^0.5.1", "handlebars": "^4.1.2", "husky": "^1.3.1", "istanbul-instrumenter-loader": "^3.0.1", "js-yaml": "^3.13.1", "jsdom": "14.0.0", "jsdom-global": "3.0.2", "jshint": "^2.9.7", "karma": "^4.0.1", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-cli": "^1.0.1", "karma-coverage-istanbul-reporter": "^2.0.1", "karma-firefox-launcher": "^0.1.7", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "karma-phantomjs-launcher": "*", "karma-remap-coverage": "^0.1.5", "karma-remap-istanbul": "^0.6.0", "karma-sourcemap-loader": "^0.3.7", "karma-spec-reporter": "0.0.32", "karma-typescript": "^4.0.0", "karma-verbose-reporter": "0.0.6", "karma-webpack": "^4.0.0-rc.5", "mocha": "^6.1.3", "phantomjs-polyfill": "0.0.2", "shx": "^0.2.2", "sinon": "^7.3.1", "sourcemap-istanbul-instrumenter-loader": "^0.2.0", "ts-loader": "^5.3.1", "ts-node": "^8.0.3", "tslint": "^5.8.0", "typedoc": "^0.14.2", "typescript": "^3.2.1", "uglifyjs-webpack-plugin": "^2.1.1", "webpack": "^4.27.1", "webpack-cli": "^3.2.3", "webpack-dev-middleware": "^3.4.0" }, "directories": { "test": "test" } }