bower.json 940 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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": ["MIT", "OFL"],
  29. "ignore": [
  30. "**/.*",
  31. "node_modules",
  32. "bower_components",
  33. "test",
  34. "tests",
  35. "SVG",
  36. "demo-files",
  37. "index.html",
  38. "Themify IconFonts 5-23-2014.json"
  39. ]
  40. }