Nuxt/examples/hello-world/package.json

10 lines
113 B
JSON
Raw Normal View History

2016-11-10 13:30:18 +00:00
{
2016-11-27 12:39:52 +00:00
"name": "hello-nuxt",
2016-11-10 13:30:18 +00:00
"dependencies": {
"nuxt": "latest"
},
"scripts": {
2016-11-27 13:36:13 +00:00
"start": "nuxt"
2016-11-10 13:30:18 +00:00
}
}