2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-12 23:42:10 -06:00

Merge pull request #10 from jamwaffles/master

Add Bower support
This commit is contained in:
Erik Flowers 2014-03-14 13:34:36 -07:00
commit e1818efe4c

26
bower.json Executable file
View File

@ -0,0 +1,26 @@
{
"name": "weather-icons",
"version": "0.0.1",
"homepage": "http://erikflowers.github.io/weather-icons/",
"keywords": [
"css", "icon-font", "weather", "icon", "icons"
],
"authors": [
"Erik Flowers <erik@helloerik.com>"
],
"description": "92 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",
"./dist/fonts/weathericons-regular-webfont.eot",
"./dist/fonts/weathericons-regular-webfont.svg",
"./dist/fonts/weathericons-regular-webfont.ttf",
"./dist/fonts/weathericons-regular-webfont.woff"
],
"ignore": [
"cheatsheet/",
"reference/"
]
}