15 lines
343 B
JSON
15 lines
343 B
JSON
{
|
|
"name": "beau-jwt",
|
|
"version": "1.0.1",
|
|
"description": "A JWT Plugin for Beau",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "David Díaz <seich@martianwabbit.com> (http://martianwabbit.com)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsonwebtoken": "^8.1.0"
|
|
}
|
|
}
|