fractal-auth
Version:
Fractal Studios Core login
29 lines (28 loc) • 789 B
JSON
{
"name": "fractal-auth",
"version": "2.2.1",
"description": "Fractal Studios Core login",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"push": "npm publish && git add . && git commit -m \"NPM PUSHED\" && git push && npm version patch && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fractal-Studios/fractal-login.git"
},
"keywords": [
"Fractal",
"Login"
],
"author": "Brandon McNew",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fractal-Studios/fractal-login/issues"
},
"homepage": "https://github.com/Fractal-Studios/fractal-login#readme",
"dependencies": {
"rxjs": "^7.2.0",
"universal-cookie": "^4.0.4"
}
}