add deps for oauth3
This commit is contained in:
parent
3dd2b30586
commit
11d5cac170
|
@ -38,6 +38,8 @@
|
||||||
"homepage": "https://github.com/Daplie/walnut",
|
"homepage": "https://github.com/Daplie/walnut",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"accepts": "^1.2.5",
|
"accepts": "^1.2.5",
|
||||||
|
"authcodes": "git://bitbucket.org/daplie/authcodes.git",
|
||||||
|
"authenticator": "^1.0.0",
|
||||||
"bluebird": "2.x",
|
"bluebird": "2.x",
|
||||||
"body-parser": "1.x",
|
"body-parser": "1.x",
|
||||||
"bookshelf": "^0.7.9",
|
"bookshelf": "^0.7.9",
|
||||||
|
@ -56,6 +58,7 @@
|
||||||
"cookie-session": "1.x",
|
"cookie-session": "1.x",
|
||||||
"cookie-signature": "^1.0.6",
|
"cookie-signature": "^1.0.6",
|
||||||
"crc": "^3.2.1",
|
"crc": "^3.2.1",
|
||||||
|
"dbwrap": "git://bitbucket.org/daplie/dbwrap.git",
|
||||||
"debug": "^2.1.3",
|
"debug": "^2.1.3",
|
||||||
"depd": "^1.0.0",
|
"depd": "^1.0.0",
|
||||||
"destroy": "^1.0.3",
|
"destroy": "^1.0.3",
|
||||||
|
@ -77,6 +80,7 @@
|
||||||
"ipify": "^1.0.5",
|
"ipify": "^1.0.5",
|
||||||
"jarson": "1.x",
|
"jarson": "1.x",
|
||||||
"json-storage": "2.x",
|
"json-storage": "2.x",
|
||||||
|
"jsonwebtoken": "^5.4.0",
|
||||||
"knex": "^0.6.23",
|
"knex": "^0.6.23",
|
||||||
"lodash": "2.x",
|
"lodash": "2.x",
|
||||||
"media-typer": "^0.3.0",
|
"media-typer": "^0.3.0",
|
||||||
|
@ -122,12 +126,14 @@
|
||||||
"serve-favicon": "2.x",
|
"serve-favicon": "2.x",
|
||||||
"serve-static": "1.x",
|
"serve-static": "1.x",
|
||||||
"sqlite3": "3.x",
|
"sqlite3": "3.x",
|
||||||
|
"sqlite3-cluster": "^1.1.1",
|
||||||
"ssl-root-cas": "1.x",
|
"ssl-root-cas": "1.x",
|
||||||
"twilio": "1.x",
|
"twilio": "1.x",
|
||||||
"type-is": "^1.6.1",
|
"type-is": "^1.6.1",
|
||||||
"underscore.string": "2.x",
|
"underscore.string": "2.x",
|
||||||
"urlrouter": "0.5.x",
|
"urlrouter": "0.5.x",
|
||||||
"urlsafe-base64": "1.x",
|
"urlsafe-base64": "1.x",
|
||||||
|
"ursa": "^0.9.1",
|
||||||
"useragent": "2.x",
|
"useragent": "2.x",
|
||||||
"utils-merge": "^1.0.0",
|
"utils-merge": "^1.0.0",
|
||||||
"uuid": "2.x",
|
"uuid": "2.x",
|
||||||
|
|
Loading…
Reference in New Issue