UNPKG

@syncfusion/ej2-vue-notifications

Version:

A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for Vue

36 lines 1.11 kB
{ "name": "@syncfusion/ej2-vue-notifications", "version": "30.2.4", "description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", "keywords": [ "vue", "ej2-vue-notifications", "vue-notifications", "vue-toast", "vue-toaster", "vue-message", "vue-skeleton" ], "repository": { "type": "git", "url": "https://github.com/syncfusion/ej2-vue-ui-components.git" }, "main": "./dist/ej2-vue-notifications.umd.min.js", "module": "./index.js", "es2015": "dist/es6/ej2-vue-notifications.es2015.js", "readme": "ReadMe.md", "dependencies": { "@syncfusion/ej2-base": "~30.2.4", "@syncfusion/ej2-vue-base": "~30.2.4", "@syncfusion/ej2-notifications": "30.2.4" }, "devDependencies": {}, "scripts": { "compile": "gulp ci-compile && gulp vue-global-script", "ci-publish": "gulp ci-publish" }, "sideEffects": false, "homepage": "https://www.syncfusion.com/vue-components" }