issuer.rest.walnut.js/package.json

21 lines
509 B
JSON
Raw Normal View History

{
"name": "issuer_oauth3.org",
"version": "1.0.0-placeholder",
"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.daplie.com/Oauth3/issuer_oauth3.org.git"
},
"dependencies": {
"bluebird": "^3.5.0",
"elliptic": "^6.4.0",
"jsonwebtoken": "^7.4.1",
"jwk-to-pem": "^1.2.6",
"ms": "^2.0.0"
}
}