bower.json 455 B

123456789101112131415161718
  1. {
  2. "name": "ti-segmented-control",
  3. "version": "0.0.1",
  4. "main": "dist/ti-segmented-control.js",
  5. "homepage": "https://github.com/tinga-dev/ti-ionic-segmented-control",
  6. "authors": [
  7. "Richard Larsson <ri.la@me.com>",
  8. "Mikael Bolmstam <mikael.bolmstam@gmail.com>"
  9. ],
  10. "ignore": [
  11. ".gitignore",
  12. "bower.json",
  13. "LICENCE",
  14. "README.md"
  15. ],
  16. "description": "iOS segmented control directive for ionic apps",
  17. "license": "MIT"
  18. }