mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
fab96da267
Conflicts: build/assets/font-awesome/css/font-awesome.css build/assets/font-awesome/less/icons.less build/assets/font-awesome/less/variables.less package.json
33 lines
770 B
JSON
33 lines
770 B
JSON
{
|
|
"name": "font-awesome",
|
|
"description": "The iconic font designed for Bootstrap",
|
|
"version": "3.2.0",
|
|
"keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
|
|
"homepage": "http://fontawesome.io/",
|
|
"author": {
|
|
"name": "Dave Gandy",
|
|
"email": "dave@fontawesome.io"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/FortAwesome/Font-Awesome.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "SIL OFL 1.1",
|
|
"url": "http://scripts.sil.org/OFL"
|
|
},
|
|
{
|
|
"type": "MIT License",
|
|
"url": "http://opensource.org/licenses/mit-license.html"
|
|
},
|
|
{
|
|
"type": "CC BY 3.0",
|
|
"url": "http://creativecommons.org/licenses/by/3.0/"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"recess": "1.1.6"
|
|
}
|
|
}
|