You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
erikflowers_weather-icons/bower.json

26 lines
711 B
JSON

{
"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>"
],
10 years ago
"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",
10 years ago
"./dist/font/weathericons-regular-webfont.eot",
"./dist/font/weathericons-regular-webfont.svg",
"./dist/font/weathericons-regular-webfont.ttf",
"./dist/font/weathericons-regular-webfont.woff"
],
"ignore": [
"cheatsheet/",
"reference/"
]
}