UNPKG

@vuesimple/vs-button

Version:

A simple vue button. Perfect for all your button scenarios.

47 lines (46 loc) 1.15 kB
{ "name": "@vuesimple/vs-button", "version": "3.1.6", "description": "A simple vue button. Perfect for all your button scenarios.", "main": "dist/index.umd.js", "module": "dist/index.esm.js", "unpkg": "dist/index.min.js", "jsdelivr": "dist/index.min.js", "scripts": { "build": "rm -rfv dist && vite build --config build/vite.config.js" }, "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", "sass": "^1.54.4", "vite": "^4.4.5", "vue": "^3.2.37" }, "repository": { "type": "git", "url": "git+https://github.com/ashwinkshenoy/vue-simple.git" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "keywords": [ "vue", "vuejs", "button", "notification", "front-end", "popup", "web", "vue-js", "button", "vue-js-button", "vue-button", "vs-button" ], "author": "Ashwin Shenoy <ashwinkshenoy@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ashwinkshenoy/vue-simple/issues" }, "homepage": "https://github.com/ashwinkshenoy/vue-simple", "gitHead": "471beacd03d92a90d196c219edf169c87399f701" }