Nuxt/examples/async-data/package.json
2016-11-07 13:53:05 +01:00

12 lines
158 B
JSON

{
"name": "async-data",
"description": "",
"dependencies": {
"axios": "^0.15.2",
"nuxt": "latest"
},
"scripts": {
"start": "nuxt"
}
}