.bower.json 866 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "angular-ui-switch",
  3. "version": "0.1.0",
  4. "main": [
  5. "angular-ui-switch.js",
  6. "angular-ui-switch.css"
  7. ],
  8. "authors": [
  9. "xpeper <xpepermint@gmail.com>"
  10. ],
  11. "description": "iOS 7 style switch directive for AngularJS",
  12. "keywords": [
  13. "angular",
  14. "angularjs",
  15. "ui",
  16. "directive",
  17. "switch",
  18. "on",
  19. "off",
  20. "button",
  21. "checkbox",
  22. "form"
  23. ],
  24. "license": "MIT",
  25. "homepage": "https://github.com/xpepermint/angular-ui-switch",
  26. "ignore": [
  27. "**/.*",
  28. "node_modules",
  29. "bower_components",
  30. "test",
  31. "tests"
  32. ],
  33. "_release": "0.1.0",
  34. "_resolution": {
  35. "type": "version",
  36. "tag": "0.1.0",
  37. "commit": "d617ee8243ee9967ca17c2cc6db8c28ba9ab77f1"
  38. },
  39. "_source": "git://github.com/xpepermint/angular-ui-switch.git",
  40. "_target": "~0.1.0",
  41. "_originalSource": "angular-ui-switch"
  42. }