UNPKG

@vuesimple/vs-accordion

Version:
52 lines (51 loc) 1.25 kB
{ "name": "@vuesimple/vs-accordion", "version": "3.0.9", "description": "A simple vue accordion.", "main": "dist/index.umd.js", "module": "dist/index.esm.js", "unpkg": "dist/index.min.js", "jsdelivr": "dist/index.min.js", "browser": { "./sfc": "src/vs-accordion.vue" }, "scripts": { "build": "rm -rfv dist && vite build --config build/vite.config.js" }, "devDependencies": { "@vitejs/plugin-vue": "^3.0.1", "sass": "^1.54.4", "vite": "^3.0.5", "vite-plugin-style-inject": "0.0.1", "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", "accordion", "notification", "front-end", "popup", "web", "vue-js", "accordion", "vue-js-accordion", "vue-accordion", "vs-accordion" ], "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": "12272a2e4a441a1f5ad5cc45d6234de39aae2309" }