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

24 lines
525 B
JSON
Raw Normal View History

2014-03-02 14:41:11 +00:00
{
"name": "weather-icons",
2014-11-30 16:29:50 -08:00
"version": "1.3.2",
"homepage": "http://erikflowers.github.io/weather-icons/",
"keywords": [
"css", "icon-font", "weather", "icon", "icons"
],
"authors": [
"Erik Flowers <erik@helloerik.com>"
],
2014-11-30 16:25:12 -08:00
"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",
"./font/*"
],
"ignore": [
"cheatsheet/",
"reference/"
]
}