.bower.json 862 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "ignore": [
  3. "**/.*",
  4. "builder",
  5. "node_modules",
  6. "bower_components",
  7. "test",
  8. "tests"
  9. ],
  10. "version": "2.0.1",
  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. "_release": "2.0.1",
  32. "_resolution": {
  33. "type": "version",
  34. "tag": "v2.0.1",
  35. "commit": "ecb4b806831005c25b97ed9089fbb1d7dcc0879c"
  36. },
  37. "_source": "https://github.com/driftyco/ionicons.git",
  38. "_target": "^2.0.1",
  39. "_originalSource": "ionicons"
  40. }