UNPKG

@lando/platformsh

Version:

A Lando plugin that provides a tight integration with Platform.sh.

33 lines (32 loc) 924 B
{ "name": "oauth2-popup-flow", "version": "1.1.0", "description": "A very simple oauth2 implicit flow library that uses window.open.", "main": "./index.js", "module": "./index.esm.js", "sideEffects": false, "scripts": { "test": "jest", "build": "rm -rf dist && tsc && rollup -c && cp package.json ./dist && cp readme.md ./dist", "docs": "rm -rf docs && typedoc --out ./docs ./src/index.ts" }, "author": "Rico Kahler", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ricokahler/oauth2-popup-flow.git" }, "devDependencies": { "@babel/preset-env": "^7.9.0", "@babel/preset-typescript": "^7.9.0", "@rollup/plugin-typescript": "^4.0.0", "@types/jest": "^25.1.4", "jest": "^25.2.7", "jsdom": "^13.1.0", "rollup": "^2.3.3", "tslib": "^1.11.1", "typedoc": "^0.17.4", "typescript": "^3.8.3" }, "dependencies": {} }