UNPKG

vue-file-toolbar-menu

Version:
53 lines (52 loc) 1.24 kB
{ "name": "vue-file-toolbar-menu", "version": "2.2.0", "description": "UI file/toolbar menus for Vue apps", "author": { "name": "Romain Lamothe", "url": "http://www.motla.fr/" }, "license": "MIT", "keywords": [ "vue", "vuejs", "menu", "bar", "toolbar", "file", "document", "text", "application", "dropdown" ], "repository": { "type": "git", "url": "git+https://github.com/motla/vue-file-toolbar-menu.git" }, "bugs": { "url": "https://github.com/motla/vue-file-toolbar-menu/issues" }, "homepage": "https://github.com/motla/vue-file-toolbar-menu", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build --dest docs && vue-cli-service build --target lib --name VueFileToolbarMenu src/Bar/Bar.vue", "version": "npm run build && git add -A" }, "main": "src/Bar/Bar.vue", "dependencies": { "@ckpack/vue-color": "^1.2.4", "hotkeys-js": "^3.10.0", "material-icons": "^1.12.0", "node-emoji": "^1.11.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^5.0.8", "@vue/cli-service": "^5.0.8", "vue": "^3.2.41" }, "browserslist": [ "> 1%", "last 2 versions", "not dead" ] }