UNPKG

react-orcid-login

Version:

React Component for ORCID SSO Login using OAUTH

70 lines (69 loc) 1.75 kB
{ "name": "react-orcid-login", "version": "1.1.0", "description": "React Component for ORCID SSO Login using OAUTH", "main": "dist/OrcidLogin.js", "files": [ "dist" ], "scripts": { "build": "NODE_ENV=production webpack -p --config webpack.config.dist.js", "start": "NODE_ENV=development webpack-dev-server --config webpack.config.js", "lint": "eslint src", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/iamzoltan/react-orcid-login.git" }, "keywords": [ "ORCID", "SSO", "LOGIN", "OAUTH", "react", "reactjs", "react-component", "orcid-login", "react-orcid-login" ], "author": "Konstantine Tsafatinos", "license": "MIT", "bugs": { "url": "https://github.com/iamzoltan/react-orcid-login/issues" }, "homepage": "https://github.com/iamzoltan/react-orcid-login#readme", "devDependencies": { "autoprefixer": "^7.1.2", "babel": "^6.5.2", "babel-core": "^6.6.5", "babel-eslint": "^7.2.3", "babel-jest": "^20.0.3", "babel-loader": "^7.1.1", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0", "babel-preset-stage-0": "^6.5.0", "enzyme": "^2.6.0", "eslint": "^4.2.0", "eslint-config-airbnb": "^15.0.2", "eslint-plugin-react": "^7.1.0", "fbjs": "^0.8.6", "file-loader": "^2.0.0", "jest": "^20.0.4", "object-assign": "^4.1.0", "react": "^15.1.0", "react-addons-test-utils": "^15.1.0", "react-css-modules": "^4.5.2", "react-dom": "^15.1.0", "react-test-renderer": "^15.4.1", "webpack": "3.3.x", "webpack-dev-server": "2.5.x" }, "babel": { "presets": [ "es2015", "react", "stage-0" ] } }