mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
005f941834
- breaking changes for requireJS - /umd/vue-select moved to /dist/vue-select
33 lines
663 B
JSON
33 lines
663 B
JSON
{
|
|
"name": "vue-select",
|
|
"description": "A native Vue.js select component that provides similar functionality to Select2/Chosen without the overhead of jQuery.",
|
|
"main": "dist/vue-select.js",
|
|
"authors": [
|
|
"Jeff Sagal <sagalbot@gmail.com>"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sagalbot/vue-select"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"vue.js",
|
|
"vue-select",
|
|
"select2",
|
|
"tagging"
|
|
],
|
|
"moduleType": [
|
|
"amd",
|
|
"node",
|
|
"es6"
|
|
],
|
|
"homepage": "http://sagalbot.github.io/vue-select/",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|