diff --git a/README.md b/README.md index cbdae1f..c894fae 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ jQuery MsgBox 0.3.7 BETA +**This version is just a LEGACY SUPPORT FOR OLD USERS. NO UPDATES, NO BUG FIXES, NO ANY PLAN in this version. AND I WILL DELETE THIS BRANCH ANY TIME I'LL NEED. If you new to msgbox, please go to [lastest](https://github.com/composite/jQuery.MsgBox) version.** + What is it? ----------- diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..2bd5949 --- /dev/null +++ b/bower.json @@ -0,0 +1,29 @@ +{ + "name": "msgbox", + "version": "0.3.7", + "description": "The Message box for web, Firefox style, User notification made simple.", + "keywords": [ + "alert", + "confirm", + "prompt", + "msgbox", + "dialog", + "notification", + "ui", + "simple" + ], + "authors": [ + "Composite" + ], + "license": "MIT", + "homepage": "https://github.com/composite/jQuery.MsgBox/tree/lagacy", + "main": [ + "jquery.msgbox.min.js" + ], + "ignore": [ + "*.json" + ], + "dependencies": { + "jquery": "1.4.0 - 1.7.2" + } +} diff --git a/msgbox.jquery.json b/msgbox.jquery.json new file mode 100644 index 0000000..be92faf --- /dev/null +++ b/msgbox.jquery.json @@ -0,0 +1,31 @@ +{ + "name": "msgbox", + "title": "jQuery MsgBox", + "description": "The Message box for web, Firefox style, User notification made simple.", + "keywords": ["alert","confirm","prompt","msgbox","dialog","notification","ui","simple"], + "version": "0.3.7", + "author": { + "name": "Composite", + "url": "http://hazard.kr/" + }, + "maintainers": [ + { + "name": "Ukjin Yang", + "email": "ukjinplant@msn.com", + "url": "http://hazard.kr/" + } + ], + "licenses": [ + { + "type": "MIT", + "url": "http://opensource.org/licenses/MIT" + } + ], + "bugs": "https://github.com/composite/jQuery.MsgBox/issues", + "homepage": "https://github.com/composite/jQuery.MsgBox/tree/lagacy", + "docs": "https://github.com/composite/jQuery.MsgBox/blob/lagacy/readme.txt", + "download": "https://raw.github.com/composite/jQuery.MsgBox/lagacy/jquery.msgbox.min.js", + "dependencies": { + "jquery": "1.4.0 - 1.7.2" + } +} \ No newline at end of file