vue-droppler
Version:
Super simple dropdowns for Vue using drop.js
31 lines (30 loc) • 668 B
JSON
{
"name": "vue-droppler",
"version": "0.1.4",
"description": "Super simple dropdowns for Vue using drop.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/joearcher/vue-droppler.git"
},
"keywords": [
"Dropdowns",
"crop",
"menus",
"dop.js",
"Vue",
"vuejs2"
],
"author": "Joe Archer",
"license": "MIT",
"bugs": {
"url": "https://github.com/joearcher/vue-droppler/issues"
},
"homepage": "https://github.com/joearcher/vue-droppler#readme",
"dependencies": {
"tether-drop": "^1.4.2"
}
}