UNPKG

vue2-notify

Version:

Simple notify component for VueJS 2

84 lines (83 loc) 2.5 kB
{ "name": "vue2-notify", "description": "Simple notify component for VueJS 2", "version": "1.4.0", "author": "Adam van Dongen <adam@bandhosting.nl>", "license": "MIT", "homepage": "https://github.com/websmurf/vue2-notify", "private": false, "keywords": [ "vue", "vuejs", "vue-component", "notify", "toastr" ], "main": "dist/build.js", "scripts": { "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot", "build": "cross-env NODE_ENV=production webpack --progress --hide-modules", "unit": "jest --config test/unit/jest.conf.js --coverage", "lint": "eslint --ext .js,.vue src", "preversion": "yarn run unit", "version": "yarn run build && git add -A dist", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "https://github.com/websmurf/vue2-notify" }, "bugs": { "url": "https://github.com/websmurf/vue2-notify/issues" }, "dependencies": {}, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "peerDependencies": { "bootstrap": "^3.3.7|^4.0.0", "velocity-animate": "^1.5.0", "vue": "^2.5.11" }, "devDependencies": { "@vue/test-utils": "^1.0.0-beta.15", "babel-core": "^6.26.0", "babel-eslint": "^8.2.2", "babel-helper-vue-jsx-merge-props": "^2.0.3", "babel-loader": "^7.1.2", "babel-plugin-dynamic-import-node": "^1.2.0", "babel-plugin-syntax-jsx": "^6.18.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-plugin-transform-vue-jsx": "^3.7.0", "babel-preset-env": "^1.6.0", "babel-preset-stage-2": "^6.24.1", "babel-preset-stage-3": "^6.24.1", "coveralls": "^3.0.1", "cross-env": "^5.0.5", "css-loader": "^0.28.7", "eslint": "^4.17.0", "eslint-config-standard": "^10.2.1", "eslint-friendly-formatter": "^3.0.0", "eslint-loader": "^1.7.1", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^5.2.0", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^3.0.1", "eslint-plugin-vue": "^4.2.2", "externals-dependencies": "^1.0.4", "file-loader": "^1.1.4", "jest": "^22.4.2", "jest-serializer-vue": "^0.3.0", "node-sass": "^4.5.3", "sass-loader": "^6.0.6", "velocity-animate": "^1.5.0", "vue": "^2.5.11", "vue-jest": "^2.1.1", "vue-loader": "^13.0.5", "vue-template-compiler": "^2.4.4", "webpack": "^3.6.0", "webpack-dev-server": "^2.9.1" } }