Blame view

assets/plugins/weather-icons-master/bower.json 632 Bytes
cf76164e6   Ting Chan   20190709
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  {
  	"name": "weather-icons",
  	"version": "2.0.10",
  	"homepage": "http://erikflowers.github.io/weather-icons/",
  	"keywords": [
  		"css", "icon-font", "weather", "icon", "icons"
  	],
  	"authors": [
  		"Erik Flowers <erik@helloerik.com>"
  	],
  	"description": "222 weather themed icons inspired by Font Awesome and ready for Bootstrap",
  	"license": "MIT",
  	"main": [
  		"./css/weather-icons.css",
  		"./css/weather-icons.min.css",
  		"./css/weather-icons-wind.css",
  		"./css/weather-icons-wind.min.css",
  		"./font/*",
  		"./less/weather-icons.less",
  		"./sass/weather-icons.scss"
  	],
  	"ignore": [
  		"_builder/",
  		"_docs/",
  		"font-source/"
  	]
  }