diff --git a/package.json b/package.json new file mode 100644 index 0000000..ccfdac9 --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "icheck", + "version": "1.0.2", + "description": "Highly customizable checkboxes and radio buttons (jQuery & Zepto)", + "main": "icheck.js", + "repository": { + "type": "git", + "url": "https://github.com/fronteed/icheck.git" + }, + "author": "Damir Sultanov (http://fronteed.com/)", + "license": "MIT", + "bugs": { + "url": "https://github.com/fronteed/icheck/issues" + }, + "homepage": "http://fronteed.com/iCheck/" +}