2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-13 07:52:12 -06:00
2015-08-08 19:49:50 -07:00

26 lines
559 B
JSON
Executable File

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