Files
downloader_video/public/assets/vendor/country-select-js@2.1.0/bower.json
T
2026-06-10 14:45:02 +02:00

35 lines
546 B
JSON
Executable File

{
"name": "country-select-js",
"version": "2.1.1",
"description": "A jQuery plugin for selecting a country",
"main": [
"build/js/countrySelect.js",
"build/css/countrySelect.css"
],
"dependencies": {
"jquery": ">=1.9.1"
},
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"country",
"international",
"jQuery"
],
"authors": [
"Mark French"
],
"license": "MIT",
"ignore": [
"**/.*",
"demo.html"
],
"repository": {
"type": "git",
"url": "git://github.com/mrmarkfrench/country-select-js.git"
}
}