vue-easy-notify
Version:
Very simple and minimal vue notification plugin.
82 lines (81 loc) • 1.82 kB
JSON
{
"name": "vue-easy-notify",
"version": "1.1.3",
"description": "Very simple and minimal vue notification plugin.",
"author": "Ahmed Waleed <ahmed_waleed1@hotmail.com>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"build-bundle": "vue-cli-service build --target lib --name vue-easy-notify ./src/plugin/index.js"
},
"main": "./dist/vue-easy-notify.common.js",
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"dependencies": {
"core-js": "^3.6.5",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-unit-jest": "^4.5.3",
"@vue/cli-service": "~4.5.0",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"mockdate": "^3.0.2",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {},
"overrides": [
{
"files": [
"**/__tests__/*.{j,t}s?(x)",
"**/tests/unit/**/*.spec.{j,t}s?(x)"
],
"env": {
"jest": true
}
}
]
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"keywords": [
"notification",
"vue",
"vue-notification",
"vue-notify",
"package",
"library",
"laravel-vue"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AhmadWaleed/vue-notify"
}
}