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

27 lines
712 B
JSON
Raw Normal View History

2014-03-02 14:41:11 +00:00
{
"name": "weather-icons",
2014-11-30 16:25:12 -08:00
"version": "1.3.1",
"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",
2014-11-30 16:25:12 -08:00
"./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/"
]
2014-03-02 14:41:11 +00:00
}