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

36 lines
837 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",
"repository": {
"type": "git",
"url": "https://mrmarkfrench@github.com/mrmarkfrench/country-select-js.git"
},
"keywords": [
"country",
"international",
"jQuery"
],
"scripts": {
"build": "gulp build"
},
"author": "Mark French",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrmarkfrench/country-select-js/issues"
},
"homepage": "https://github.com/mrmarkfrench/country-select-js",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.3.1",
"gulp-minify": "^1.0.0",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-webserver": "^0.9.1",
"run-sequence": "^2.2.1"
}
}