.bower.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "themify-icons",
  3. "version": "0.1.0",
  4. "homepage": "https://github.com/lykmapipo/themify-icons",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/lykmapipo/themify-icons"
  8. },
  9. "description": "Pixel-perfect, hand-crafted icons that draw inspiration from Apple iOS 7",
  10. "main": [
  11. "themify-icons.css",
  12. "fonts",
  13. "ie7/ie7.css",
  14. "ie7/ie7.js"
  15. ],
  16. "keywords": [
  17. "icons",
  18. "line",
  19. "iOS",
  20. "pixel",
  21. "perfect",
  22. "draw"
  23. ],
  24. "authors": [
  25. "lykmapipo <lallyelias87@gmail.com>",
  26. "themify.me <http://themify.me/themify-icons>"
  27. ],
  28. "license": [
  29. "MIT",
  30. "OFL"
  31. ],
  32. "ignore": [
  33. "**/.*",
  34. "node_modules",
  35. "bower_components",
  36. "test",
  37. "tests",
  38. "SVG",
  39. "demo-files",
  40. "index.html",
  41. "Themify IconFonts 5-23-2014.json"
  42. ],
  43. "_release": "0.1.0",
  44. "_resolution": {
  45. "type": "version",
  46. "tag": "v0.1.0",
  47. "commit": "efa2e3084e6a038c8b7eba527a7b82f2fa71a25a"
  48. },
  49. "_source": "git://github.com/lykmapipo/themify-icons.git",
  50. "_target": "~0.1.0",
  51. "_originalSource": "themify-icons"
  52. }