issuer.rest.walnut.js/package.json

21 lines
501 B
JSON

{
"name": "issuer_oauth3.org",
"version": "1.2.1",
"description": "Implementation of server-side RESTful OAuth3 issuer APIs",
"main": "rest.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://git.oauth3.org/OAuth3/issuer.rest.walnut.js.git"
},
"dependencies": {
"bluebird": "^3.5.0",
"elliptic": "^6.4.0",
"jsonwebtoken": "^7.4.1",
"jwk-to-pem": "^1.2.6",
"ms": "^2.0.0"
}
}