main
This commit is contained in:
+14
-3
@@ -1,11 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "guardian",
|
"name": "auth-guardian",
|
||||||
"version": "0.0.1",
|
"version": "1.0.0",
|
||||||
"description": "authentication tool",
|
"description": "auth-guardian a library for enhancing application security",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/kajvan/guardian"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"security",
|
||||||
|
"authentication",
|
||||||
|
"password",
|
||||||
|
"jwt",
|
||||||
|
"rate limiting"
|
||||||
|
],
|
||||||
"author": "kaj van schalkwijk",
|
"author": "kaj van schalkwijk",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user