remove passport, knex, bookshelf
This commit is contained in:
parent
11d5cac170
commit
045f3621d6
18
package.json
18
package.json
|
@ -42,7 +42,6 @@
|
||||||
"authenticator": "^1.0.0",
|
"authenticator": "^1.0.0",
|
||||||
"bluebird": "2.x",
|
"bluebird": "2.x",
|
||||||
"body-parser": "1.x",
|
"body-parser": "1.x",
|
||||||
"bookshelf": "^0.7.9",
|
|
||||||
"btoa": "1.x",
|
"btoa": "1.x",
|
||||||
"bytes": "^1.0.0",
|
"bytes": "^1.0.0",
|
||||||
"cluster-store": "^1.0.0",
|
"cluster-store": "^1.0.0",
|
||||||
|
@ -62,7 +61,6 @@
|
||||||
"debug": "^2.1.3",
|
"debug": "^2.1.3",
|
||||||
"depd": "^1.0.0",
|
"depd": "^1.0.0",
|
||||||
"destroy": "^1.0.3",
|
"destroy": "^1.0.3",
|
||||||
"dom-storage": "2.x",
|
|
||||||
"ee-first": "^1.1.0",
|
"ee-first": "^1.1.0",
|
||||||
"errorhandler": "1.x",
|
"errorhandler": "1.x",
|
||||||
"es6-promise": "2.x",
|
"es6-promise": "2.x",
|
||||||
|
@ -81,7 +79,6 @@
|
||||||
"jarson": "1.x",
|
"jarson": "1.x",
|
||||||
"json-storage": "2.x",
|
"json-storage": "2.x",
|
||||||
"jsonwebtoken": "^5.4.0",
|
"jsonwebtoken": "^5.4.0",
|
||||||
"knex": "^0.6.23",
|
|
||||||
"lodash": "2.x",
|
"lodash": "2.x",
|
||||||
"media-typer": "^0.3.0",
|
"media-typer": "^0.3.0",
|
||||||
"methods": "^1.1.1",
|
"methods": "^1.1.1",
|
||||||
|
@ -95,24 +92,9 @@
|
||||||
"nodemailer": "^1.4.0",
|
"nodemailer": "^1.4.0",
|
||||||
"nodemailer-mailgun-transport": "1.x",
|
"nodemailer-mailgun-transport": "1.x",
|
||||||
"oauth": "0.9.x",
|
"oauth": "0.9.x",
|
||||||
"oauth2orize": "git://github.com/coolaj86/oauth2orize.git#v1.0.1+scope.1",
|
|
||||||
"on-finished": "^2.2.0",
|
"on-finished": "^2.2.0",
|
||||||
"on-headers": "^1.0.0",
|
"on-headers": "^1.0.0",
|
||||||
"parseurl": "^1.3.0",
|
"parseurl": "^1.3.0",
|
||||||
"passport": "0.1.x",
|
|
||||||
"passport-facebook": "1.x",
|
|
||||||
"passport-google-oauth": "^0.2.0",
|
|
||||||
"passport-google-plus": "0.2.x",
|
|
||||||
"passport-http": "0.2.x",
|
|
||||||
"passport-http-bearer": "1.x",
|
|
||||||
"passport-lds-connect": "1.x",
|
|
||||||
"passport-local": "1.x",
|
|
||||||
"passport-oauth": "1.x",
|
|
||||||
"passport-oauth1": "^1.0.1",
|
|
||||||
"passport-oauth2-client-password": "0.1.x",
|
|
||||||
"passport-oauth2-resource-owner-password": "1.x",
|
|
||||||
"passport-strategy": "^1.0.0",
|
|
||||||
"passport-twitter": "1.x",
|
|
||||||
"pkginfo": "^0.3.0",
|
"pkginfo": "^0.3.0",
|
||||||
"qs": "^2.4.1",
|
"qs": "^2.4.1",
|
||||||
"range-parser": "^1.0.2",
|
"range-parser": "^1.0.2",
|
||||||
|
|
Loading…
Reference in New Issue