35 lines
658 B
JSON
35 lines
658 B
JSON
{
|
|
"name": "pocketid",
|
|
"version": "0.1.0",
|
|
"description": "ID tokens made easy",
|
|
"main": "pocketid.js",
|
|
"scripts": {
|
|
"prettier": "prettier --write '**/*.{css,js,md}'",
|
|
"test": "node pocketid_test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://example.com/pocketid.git"
|
|
},
|
|
"keywords": [
|
|
"oauth1",
|
|
"oauth2",
|
|
"oauth3",
|
|
"oidc",
|
|
"acme",
|
|
"jwt",
|
|
"jose",
|
|
"jws",
|
|
"jwk"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com>",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"@root/keypairs": "^0.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.0.0-beta.28",
|
|
"webpack-cli": "^3.3.12"
|
|
}
|
|
}
|