1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-25 10:08:29 +00:00
Nuxt/examples/hello-world/package.json
2016-11-27 17:18:56 +01:00

10 lines
113 B
JSON

{
"name": "hello-nuxt",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"start": "nuxt"
}
}