-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove exampl code in index.html
- Loading branch information
Janic Beauchemin
committed
Jul 14, 2014
1 parent
963f8db
commit 5e1dd52
Showing
2 changed files
with
43 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>" | ||
], | ||
"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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters