bower.json 577 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "angular-ui-switch",
  3. "version": "0.1.0",
  4. "main": ["angular-ui-switch.js", "angular-ui-switch.css"],
  5. "authors": [
  6. "xpeper <xpepermint@gmail.com>"
  7. ],
  8. "description": "iOS 7 style switch directive for AngularJS",
  9. "keywords": [
  10. "angular",
  11. "angularjs",
  12. "ui",
  13. "directive",
  14. "switch",
  15. "on",
  16. "off",
  17. "button",
  18. "checkbox",
  19. "form"
  20. ],
  21. "license": "MIT",
  22. "homepage": "https://github.com/xpepermint/angular-ui-switch",
  23. "ignore": [
  24. "**/.*",
  25. "node_modules",
  26. "bower_components",
  27. "test",
  28. "tests"
  29. ]
  30. }