update urls

This commit is contained in:
AJ ONeal 2017-11-10 12:40:21 -07:00
parent bdd3cd36f4
commit f3988a5665
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
issuer@oauth3.org (js)
======================
| [oauth3.js](https://git.oauth3.org/OAuth3/oauth3.js)
| [issuer.html](https://git.oauth3.org/OAuth3/issuer.html)
| *issuer.rest.walnut.js*
| Sponsored by [Daplie](https://daplie.com)
Implementation of server-side RESTful OAuth3 issuer APIs.
These are the OAuth3 APIs that allow for creation and retrieval of public keys

View File

@ -1,6 +1,6 @@
{
"name": "issuer_oauth3.org",
"version": "1.0.0-placeholder",
"version": "1.2.0",
"description": "Implementation of server-side RESTful OAuth3 issuer APIs",
"main": "rest.js",
"scripts": {
@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://git.daplie.com/Oauth3/issuer_oauth3.org.git"
"url": "git+https://git.oauth3.org/OAuth3/issuer.rest.walnut.js.git"
},
"dependencies": {
"bluebird": "^3.5.0",