Nuxt/examples/auth-routes/package.json

17 lines
341 B
JSON
Raw Normal View History

2016-12-04 18:16:10 +00:00
{
"name": "auth-routes",
"description": "",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
2016-12-07 16:03:52 +00:00
"express-session": "^1.14.2",
2016-12-04 18:16:10 +00:00
"nuxt": "latest",
"whatwg-fetch": "^2.0.1"
},
"scripts": {
2016-12-07 16:03:52 +00:00
"dev": "node server.js",
"build": "nuxt build",
"start": "NODE_ENV=production node server.js"
2016-12-04 18:16:10 +00:00
}
}