Files
archived-next-auth/package.json
2018-01-28 08:32:19 +00:00

28 lines
678 B
JSON

{
"name": "next-auth",
"version": "1.1.6",
"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"
}
}