UNPKG

auth0-sso-login

Version:

A Library to simplify the auth0 sso login process

58 lines 1.62 kB
{ "name": "auth0-sso-login", "version": "4.0.198", "description": "A Library to simplify the auth0 sso login process", "main": "lib/auth0-sso-login.js", "files": [ "lib" ], "scripts": { "build": "babel src -d lib", "lint": "eslint --ext .js test src make.js", "test": "mocha test/**/*.test.js --require test/.setup.js --require @babel/polyfill --require @babel/register" }, "repository": { "type": "git", "url": "git+https://github.com/Cimpress-MCP/auth0-sso-login.js.git" }, "keywords": [ "auth0", "sso", "login", "single-sign-on" ], "author": "Alpha Tango Squad", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Cimpress-MCP/auth0-sso-login.js/issues" }, "homepage": "https://github.com/Cimpress-MCP/auth0-sso-login.js#readme", "dependencies": { "@babel/runtime": "^7.9.2", "auth0-js": "^9.13.2", "jsonwebtoken": "^8.5.1", "uuid": "^7.0.3" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/plugin-transform-runtime": "^7.9.0", "@babel/polyfill": "^7.8.7", "@babel/preset-env": "^7.9.5", "@babel/register": "^7.9.0", "babel-register": "^6.26.0", "chai": "^4.2.0", "ci-build-tools": "^1.0.13", "commander": "^5.0.0", "eslint": "^6.8.0", "eslint-config-cimpress-atsquad": "^1.0.67", "eslint-plugin-import": "^2.20.2", "eslint-plugin-mocha": "^6.3.0", "eslint-plugin-node": "^11.1.0", "jsdom": "^16.2.2", "mocha": "^7.1.1", "sinon": "^9.0.2", "sinon-chai": "^3.5.0", "url-polyfill": "^1.1.8" } }