1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 17:39:06 +00:00
Nuxt/examples/middleware/package.json

12 lines
170 B
JSON
Raw Normal View History

2017-02-03 14:09:27 +00:00
{
"name": "nuxt-middleware",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}