fd-simple-jwt
Version:
A simple jwt tool
33 lines (32 loc) • 655 B
JSON
{
"name": "fd-simple-jwt",
"version": "0.1.2",
"description": "A simple jwt tool",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "mocha",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/brick9527/simple-jwt.git"
},
"keywords": [
"jwt",
"JsonWebToken",
"LightWeight"
],
"author": "fd (brick9527)",
"license": "ISC",
"bugs": {
"url": "https://github.com/brick9527/simple-jwt/issues"
},
"homepage": "https://github.com/brick9527/simple-jwt#readme",
"devDependencies": {
"eslint": "^7.6.0",
"mocha": "^8.1.1"
}
}