mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 17:32:31 +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"
|
||
|
}
|
||
|
}
|