Nuxt/examples/with-firebase/package.json

21 lines
353 B
JSON
Raw Normal View History

2017-02-25 03:37:05 +00:00
{
"name": "nuxt-firebase",
"version": "1.0.0",
"description": "Nuxt.js with Firebase",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
},
"keywords": [
"nuxt",
"firebase"
],
"author": "Charlie Hield",
"license": "MIT",
"dependencies": {
"axios": "^0.15.3",
2017-10-19 09:25:19 +00:00
"nuxt": "latest"
2017-02-25 03:37:05 +00:00
}
}