issuer.rest.walnut.js/package.json

17 lines
405 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"
}
}