@vuesimple/vs-alert
Version:
A simple vue alert. Perfect for all your alert scenarios.
49 lines (48 loc) • 1.2 kB
JSON
{
"name": "@vuesimple/vs-alert",
"version": "3.0.9",
"description": "A simple vue alert. Perfect for all your alert 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": "^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",
"alert",
"notification",
"front-end",
"popup",
"web",
"vue-js",
"alert",
"vue-js-alert",
"vue-alert",
"vs-alert"
],
"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"
}