2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00
Files
Jeff Sagal 005f941834 - create transpiled umd module
- breaking changes for requireJS
	- /umd/vue-select moved to /dist/vue-select
2016-07-04 13:00:35 -07:00

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"
]
}