2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-12-12 20:24:55 -07:00
Erik Flowers 11aadc4750 Merge pull request #76 from stenmuchow/bower-json-main
Updated bower.json to include one css file in mains array
2015-07-27 10:56:59 -07:00

23 lines
492 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",
"./font/*"
],
"ignore": [
"cheatsheet/",
"reference/"
]
}