pocketid.js/package.json
2020-12-03 22:25:01 -07:00

32 lines
638 B
JSON

{
"name": "pocketid",
"version": "0.1.0",
"description": "PocketID for Node.js",
"main": "index.js",
"type": "module",
"dependencies": {
"@root/keypairs": "^0.10.1",
"basetag": "^1.0.0"
},
"devDependencies": {},
"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"
}