2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-13 16:02:11 -06:00
Erik Flowers 96cd1b0e5a Update bower.json
changed path to the font by removing the "s" in "fonts"
2015-06-19 09:42:43 -07:00

24 lines
525 B
JSON
Executable File

{
"name": "weather-icons",
"version": "1.3.2",
"homepage": "http://erikflowers.github.io/weather-icons/",
"keywords": [
"css", "icon-font", "weather", "icon", "icons"
],
"authors": [
"Erik Flowers <erik@helloerik.com>"
],
"description": "189 weather themed icons inspired by Font Awesome and ready for Bootstrap",
"license": "MIT",
"main": [
"./css/weather-icons.css",
"./css/weather-icons.min.css",
"./weather-icons/weather-icons.less",
"./font/*"
],
"ignore": [
"cheatsheet/",
"reference/"
]
}