UNPKG

vueup

Version:

Simple, lightweight and elegant global notification popup for Vue.js

41 lines (40 loc) 1.1 kB
{ "name": "vueup", "description": "Simple, lightweight and elegant global notification popup for Vue.js", "version": "1.3.0", "author": "Christoph Biering <chryb.q@gmail.com> (https://github.com/chryb)", "private": false, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/chryb/vueup.git" }, "keywords": [ "vue", "notification", "popup", "component", "global", "simple" ], "main": "dist/index.js", "scripts": { "dev": "cross-env NODE_ENV=development webpack --mode development --watch", "build": "cross-env NODE_ENV=production webpack --mode production --progress --hide-modules" }, "devDependencies": { "@babel/core": "^7.4.0", "@babel/preset-env": "^7.4.1", "@babel/types": "^7.4.0", "babel-loader": "^8.0.5", "cross-env": "^6.0.3", "css-loader": "^3.4.2", "file-loader": "^5.0.2", "mini-css-extract-plugin": "^0.9.0", "vue": "^2.6.10", "vue-loader": "^15.7.0", "vue-template-compiler": "^2.6.10", "webpack": "^4.29.6", "webpack-cli": "^3.3.0" } }