@syncfusion/ej2-vue-buttons
Version:
A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue
39 lines • 1.1 kB
JSON
{
"name": "@syncfusion/ej2-vue-buttons",
"version": "30.2.4",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"vue",
"vuejs",
"ej2-vue-buttons",
"vue-button",
"vue-checkbox",
"vue-radiobutton",
"vue-switch",
"vue-fab",
"vue-speeddial",
"vue-smartpaste"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
},
"main": "./dist/ej2-vue-buttons.umd.min.js",
"module": "./index.js",
"es2015": "dist/es6/ej2-vue-buttons.es2015.js",
"readme": "ReadMe.md",
"dependencies": {
"@syncfusion/ej2-base": "~30.2.4",
"@syncfusion/ej2-vue-base": "~30.2.4",
"@syncfusion/ej2-buttons": "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"
}