Files
archived-next-auth/package.json
Iain Collins c2480fde85 Fixing bug with displaying linked accounts
Linked account information was sometimes displayed incorrectly.

This has been fixed, and error handling tightened up to reduce errors.
2018-01-27 15:08:32 +00:00

28 lines
678 B
JSON

{
"name": "next-auth",
"version": "1.1.5",
"description": "An authentication library for Next.js projects",
"repository": "https://github.com/iaincollins/next-auth.git",
"main": "index.js",
"scripts": {},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"express-session": "^1.15.6",
"lusca": "^1.5.2",
"nodemailer": "^4.4.2",
"nodemailer-direct-transport": "^3.3.2",
"passport": "^0.4.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"next": "^4.2.3",
"next-auth-client": "^1.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}