v-select-box
Version:
A vue.js component to provide a box with a list of items with search and pagination.
42 lines (41 loc) • 1.15 kB
JSON
{
"name": "v-select-box",
"version": "2.3.3",
"description": "A vue.js component to provide a box with a list of items with search and pagination.",
"main": "index.js",
"keywords": [
"select",
"autocomplete",
"infinite",
"dropdown",
"multiselect",
"vue"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rodrigooslp/v-select-box.git"
},
"author": "Rodrigo Lopes <rodrigooslp@gmail.com>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/rodrigooslp/v-select-box/issues"
},
"homepage": "https://github.com/rodrigooslp/v-select-box#readme",
"dependencies": {
"lodash.debounce": "^4.0.8",
"lodash.remove": "^4.7.0",
"vue-click-outside": "^1.0.7"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.7.1",
"eslint-config-standard": "^14.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}