.bower.json 971 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "switchery",
  3. "main": [
  4. "dist/switchery.js",
  5. "dist/switchery.css"
  6. ],
  7. "version": "0.8.1",
  8. "homepage": "http://abpetkov.github.io/switchery/",
  9. "author": [
  10. "Alexander Petkov <abpetkov@gmail.com> (https://github.com/abpetkov)"
  11. ],
  12. "description": "Component to create iOS 7 styled switches from default input checkboxes",
  13. "keywords": [
  14. "checkbox",
  15. "input",
  16. "switch",
  17. "iOS7"
  18. ],
  19. "license": "MIT",
  20. "ignore": [
  21. "build",
  22. "components",
  23. "node_modules",
  24. "bower_components",
  25. "component.json",
  26. "Makefile",
  27. "README.md",
  28. ".*"
  29. ],
  30. "dependencies": {
  31. "transitionize": "*",
  32. "fastclick": "v0.6.11"
  33. },
  34. "devDependencies": {},
  35. "_release": "0.8.1",
  36. "_resolution": {
  37. "type": "version",
  38. "tag": "0.8.1",
  39. "commit": "64d237840e26808e7232516941bb429e30ffc6d6"
  40. },
  41. "_source": "https://github.com/abpetkov/switchery.git",
  42. "_target": "^0.8.1",
  43. "_originalSource": "switchery"
  44. }