Nuxt/examples/async-data/package.json

14 lines
215 B
JSON
Raw Normal View History

{
2016-11-10 13:30:18 +00:00
"name": "nuxt-async-data",
"description": "",
"dependencies": {
"axios": "^0.15.2",
"nuxt": "latest"
},
"scripts": {
2016-11-10 13:30:18 +00:00
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}