Nuxt/examples/auth-routes/package.json

15 lines
271 B
JSON

{
"name": "auth-routes",
"description": "",
"dependencies": {
"body-parser": "^1.15.2",
"cookie-session": "^2.0.0-alpha.2",
"express": "^4.14.0",
"nuxt": "latest",
"whatwg-fetch": "^2.0.1"
},
"scripts": {
"start": "node server.js"
}
}