UNPKG

@berlinsms/country-picker

Version:

jquery-plugin to pick a country-code in a formular

30 lines (29 loc) 812 B
{ "name": "@berlinsms/country-picker", "version": "1.0.5", "publishConfig": { "access": "public" }, "description": "jquery-plugin to pick a country-code in a formular", "scripts": { "build": "webpack --mode production", "minify": "webpack --mode development", "deploy": "npm run build && svn commit && git push && npm login && npm publish --access public && npm unpublish @berlinsms/country-picker@1.0.4 --force" }, "keywords": [ "js", "country-picker", "all-countries", "select", "phonenumber", "country-code", "jquery" ], "author": "haka for berlinsms <service@berlinsms.de> (https://www.berlinsms.de)", "license": "MIT", "devDependencies": { "copy-webpack-plugin": "^11.0.0", "webpack": "^5.88.2", "webpack-cli": "^4.10.0" } }