From cd45d5faf4bec01b5cf0a9c214101c56d5111ed8 Mon Sep 17 00:00:00 2001 From: Justin Sisley Date: Fri, 8 May 2015 16:05:56 -0700 Subject: [PATCH] Added package.json --- package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package.json 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/" +}