Font-Awesome/bower.json

24 lines
398 B
JSON
Raw Normal View History

{
"name": "font-awesome",
"description": "Font Awesome",
"version": "4.0.2",
"keywords": [],
"homepage": "http://fontawesome.io",
"dependencies": {},
"development": {},
"license": "SIL, MIT, CC BY 3.0",
"main": [
2013-11-12 23:40:48 +08:00
"./css/font-awesome.css",
"./fonts/*"
2013-11-19 07:23:59 +08:00
],
"ignore": [
"*/.*",
"*.json",
"src",
2013-11-19 07:23:59 +08:00
"*.yml",
"Gemfile",
"Gemfile.lock",
2013-11-19 07:23:59 +08:00
"*.md"
]
}