2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-12-17 14:44:57 -07:00
Sten Muchow ed65878e17 Updated bower.json to only include one css file
If both css and min.css are in the main array, build tools such as wiredep will add both file to the index.html. Better to include just one.
2015-06-08 12:17:30 +01:00

23 lines
493 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",
"./weather-icons/weather-icons.less",
"./fonts/*"
],
"ignore": [
"cheatsheet/",
"reference/"
]
}