bower.json 691 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "ignore": [
  3. "**/.*",
  4. "builder",
  5. "node_modules",
  6. "bower_components",
  7. "test",
  8. "tests"
  9. ],
  10. "version": "2.0.0",
  11. "name": "Ionicons",
  12. "license": "MIT",
  13. "authors": [
  14. "Ben Sperry <ben@drifty.com>",
  15. "Adam Bradley <adam@drifty.com>",
  16. "Max Lynch <max@drifty.com>"
  17. ],
  18. "keywords": [
  19. "fonts",
  20. "icon font",
  21. "icons",
  22. "ionic",
  23. "web font"
  24. ],
  25. "main": [
  26. "css/ionicons.css",
  27. "fonts/*"
  28. ],
  29. "homepage": "https://github.com/driftyco/ionicons",
  30. "description": "Ionicons - free and beautiful icons from the creators of Ionic Framework"
  31. }