UNPKG

coins-logon-widget

Version:

COINS Logon Widget. Injectable utility to manage browser authorization with COINS

77 lines (76 loc) 2.26 kB
{ "name": "coins-logon-widget", "version": "2.3.0", "description": "COINS Logon Widget. Injectable utility to manage browser authorization with COINS", "main": "scripts/coins-logon-widget.js", "style": "dist/coins-logon-widget.css", "repository": { "type": "git", "url": "git+https://github.com/MRN-Code/coins-logon-widget.git" }, "author": "MRN NI Team <nidev@mrn.org>", "license": "MIT", "bugs": { "url": "https://github.com/MRN-Code/coins-logon-widget/issues" }, "homepage": "https://github.com/MRN-Code/coins-logon-widget#readme", "devDependencies": { "ajv": "^6.0.0", "autoprefixer": "^6.0.3", "bluebird": "^3.0.5", "finalhandler": "^0.4.0", "function-bind": "^1.0.2", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-connect": "^0.11.2", "grunt-contrib-jshint": "^0.11.3", "grunt-csso": "^0.7.1", "grunt-exec": "^0.4.6", "grunt-jscs": "^2.3.0", "grunt-postcss": "^0.6.0", "grunt-sass": "^1.0.0", "html-loader": "^0.5.5", "jquery": "^3.0.0", "load-grunt-config": "^0.19.0", "load-grunt-tasks": "^3.3.0", "precommit-hook": "^3.0.0", "router": "^1.1.3", "tape": "^4.2.2", "testem": "^0.9.11", "webpack": "^4.8.1", "webpack-cli": "^2.1.3" }, "dependencies": { "hawk": "^7.0.7", "js-cookie": "^2.0.4", "lodash": "^3.10.1", "virtual-dom": "^2.1.1", "wolfy87-eventemitter": "^4.2.11" }, "keywords": [ "logon", "widget", "login", "coins" ], "scripts": { "lint": "grunt lint", "validate": "npm ls", "build": "grunt build", "test": "grunt test", "commit-dist": "git add dist/*", "preversion": "git checkout master && git pull && npm ls", "publish-patch": "npm run preversion && npm version patch && git push origin master --tags && npm publish", "publish-minor": "npm run preversion && npm version minor && git push origin master --tags && npm publish", "publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish" }, "pre-commit": [ "lint", "validate", "build", "test", "commit-dist" ] }