diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..349c1c8fe --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2013 Jack O'Connor, Bluefields + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/intl-tel-input.jquery.json b/intl-tel-input.jquery.json new file mode 100644 index 000000000..04cf8b498 --- /dev/null +++ b/intl-tel-input.jquery.json @@ -0,0 +1,31 @@ +{ + "name": "intl-tel-input", + "title": "International Telephone Input", + "description": "A jQuery plugin for entering international telephone numbers", + "keywords": [ + "international", + "i18n", + "country", + "dial", + "code", + "telephone", + "mobile", + "input", + "flag" + ], + "demo": "http://bluefieldscom.github.io/intl-tel-input/", + "version": "0.1.0", + "author": { + "name": "Jack O'Connor", + "url": "http://jackocnr.com" + }, + "licenses": [ + { + "type": "MIT", + "url": "https://raw.github.com/Bluefieldscom/intl-tel-input/master/LICENSE" + } + ], + "dependencies": { + "jquery": "~1.9" + } +} \ No newline at end of file diff --git a/package.json b/package.json index 1f9dbe380..fcf3cae76 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,21 @@ "name": "intl-tel-input", "version": "0.1.0", "description": "A jQuery plugin for entering international telephone numbers", - "license": "BSD", - "author": "Jack O'Connor (jackocnr.com)", + "keywords": [ + "international", + "i18n", + "country", + "dial", + "code", + "telephone", + "mobile", + "input", + "flag" + ], + "license": "MIT", + "author": "Jack O'Connor (http://jackocnr.com)", "devDependencies": { - "jquery": "~1.9.1", + "jquery": "~1.9", "grunt": "~0.4.1", "grunt-contrib-sass": "~0.3.0", "grunt-contrib-jshint": "~0.5.4",