mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
fine tune build, add bower.json
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "vue-select",
|
||||
"description": "A native Vue.js select component that provides similar functionality to Select2/Chosen without the overhead of jQuery.",
|
||||
"main": "umd/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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user