From 5e1dd52792452badfd2ee37c010d5840b8b15d7a Mon Sep 17 00:00:00 2001 From: Janic Beauchemin Date: Mon, 14 Jul 2014 14:38:34 -0400 Subject: [PATCH] bower file remove exampl code in index.html --- bower.json | 41 +++++++++++++++++++++++++++++++++++++++++ index.html | 11 ++--------- 2 files changed, 43 insertions(+), 9 deletions(-) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..066c45d --- /dev/null +++ b/bower.json @@ -0,0 +1,41 @@ +{ + "name": "jquery-switcher", + "version": "1.0.0", + "homepage": "http://djanix.github.io/jquery-switcher/", + "docs": "http://amsul.github.io/pickadate.js", + "authors": [ + "Janic Beauchemin " + ], + "description": "Custom checkbox in jquery", + "main": "dist/switcher.js", + "repository": { + "type": "git", + "url": "https://github.com/djanix/jquery-switcher.git" + }, + "keywords": [ + "switcher", + "switch", + "checkbox", + "input", + "custom" + ], + "license": "no", + "ignore": [ + "*.md", + "node_modules", + ".sass-cache" + ], + "dependencies": { + "jquery": ">=1.6" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-watch": "^0.6.1", + "grunt-contrib-jshint": "^0.10.0", + "grunt-autoprefixer": "^0.7.3", + "matchdep": "^0.3.0", + "grunt-contrib-uglify": "^0.5.0", + "grunt-contrib-sass": "~0.7.3", + "grunt-contrib-copy": "~0.5.0" + } +} diff --git a/index.html b/index.html index 3eceb7e..3fc054b 100644 --- a/index.html +++ b/index.html @@ -16,21 +16,14 @@

Jquery Switcher

-
-
+