mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 15:50:32 +00:00
15 lines
271 B
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"
|
|
}
|
|
}
|