mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
11 lines
147 B
JSON
11 lines
147 B
JSON
{
|
|
"name": "nuxt-hello",
|
|
"scripts": {
|
|
"start": "nuxt"
|
|
},
|
|
"dependencies": {
|
|
"nuxt": "^1.0.0-rc3",
|
|
"vue-js-modal": "../../"
|
|
}
|
|
}
|