UNPKG

@nextgis/vuetify-notice

Version:

component to display quick message and dialog to a user

48 lines (47 loc) 1.18 kB
{ "name": "@nextgis/vuetify-notice", "version": "0.0.1", "description": "component to display quick message and dialog to a user", "main": "index.js", "module": "lib/vuetify-notice.esm-bundler.js", "unpkg": "lib/vuetify-notice.global.prod.js", "jsdelivr": "lib/vuetify-notice.global.prod.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "node build/build.js" }, "repository": { "type": "git", "url": "git+https://github.com/rendrom/vuetify-notice.git" }, "buildOptions": { "name": "VuetifyNotice", "formats": [ "esm-bundler" ] }, "keywords": [ "Vuetify" ], "files": [ "index.js", "lib" ], "author": "rendrom@gmail.com", "license": "ISC", "bugs": { "url": "https://github.com/rendrom/vuetify-notice/issues" }, "homepage": "https://github.com/rendrom/vuetify-notice#readme", "dependencies": { "@nextgis/cancelable-promise": "^1.8.0", "vue": "^2.6.14", "vuetify": "^2.5.8" }, "devDependencies": { "@nextgis/build-tools": "1.7.0", "rollup-plugin-vue": "^5.1.9", "vue-template-compiler": "^2.6.14" } }