36 lines
723 B
JSON
36 lines
723 B
JSON
{
|
|
"name": "pocketid",
|
|
"version": "0.1.0",
|
|
"description": "PocketID for Node.js",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@root/keypairs": "^0.10.1",
|
|
"@root/request": "^1.6.1",
|
|
"basetag": "^1.0.0",
|
|
"keyfetch": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"express": "^4.17.1"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.rootprojects.org/root/pocketid.js"
|
|
},
|
|
"keywords": [
|
|
"Pocket",
|
|
"PocketID",
|
|
"OAuth",
|
|
"OAuth2",
|
|
"OIDC",
|
|
"JWT",
|
|
"JWS",
|
|
"JWK"
|
|
],
|
|
"author": "AJ ONeal <aj@therootcompany.com> (https://rootprojects.org/)",
|
|
"license": "MPL-2.0"
|
|
}
|