1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-11 11:18:06 +00:00
Nuxt/examples/custom-build/package.json
2016-11-10 14:30:18 +01:00

13 lines
193 B
JSON

{
"name": "nuxt-custom-build",
"description": "",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}