gentelella/vendors/switchery/bower.json
christianesperar 6a6db2ea23 Put dependecy libraries to bower for easy updating
Update also fix some following problem:
- Switcher now working
- Datatable header fix example is now working
- Add missing starrr ratings
- Some mobile responsiveness on table.html page
2016-04-24 22:26:16 +08:00

36 lines
710 B
JSON

{
"name": "switchery",
"main": [
"dist/switchery.js",
"dist/switchery.css"
],
"version": "0.8.1",
"homepage": "http://abpetkov.github.io/switchery/",
"author": [
"Alexander Petkov <abpetkov@gmail.com> (https://github.com/abpetkov)"
],
"description": "Component to create iOS 7 styled switches from default input checkboxes",
"keywords": [
"checkbox",
"input",
"switch",
"iOS7"
],
"license": "MIT",
"ignore": [
"build",
"components",
"node_modules",
"bower_components",
"component.json",
"Makefile",
"README.md",
".*"
],
"dependencies": {
"transitionize": "*",
"fastclick": "v0.6.11"
},
"devDependencies": {}
}