UNPKG

@vuesimple/vs-select

Version:

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

48 lines (47 loc) 1.17 kB
{ "name": "@vuesimple/vs-select", "version": "3.1.6", "description": "A simple vue select. Perfect for all your select 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" }, "private": false, "repository": { "type": "git", "url": "git+https://github.com/ashwinkshenoy/vue-simple.git" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "keywords": [ "vue", "vuejs", "select", "notification", "front-end", "popup", "web", "vue-js", "select", "vue-js-select", "vue-select", "vs-select" ], "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" }