first commit

This commit is contained in:
maher
2026-06-06 13:55:42 +02:00
commit a75adf3c39
2371 changed files with 511696 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"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"
}
}