2024-11-05 13:23:45 +00:00
|
|
|
{
|
|
|
|
"description": "The iconic font, CSS, and SVG framework",
|
|
|
|
"keywords": [
|
|
|
|
"font",
|
|
|
|
"awesome",
|
|
|
|
"fontawesome",
|
|
|
|
"icon",
|
|
|
|
"svg",
|
|
|
|
"bootstrap"
|
|
|
|
],
|
|
|
|
"homepage": "https://fontawesome.com",
|
|
|
|
"bugs": {
|
|
|
|
"url": "http://github.com/FortAwesome/Font-Awesome/issues"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Gandy",
|
|
|
|
"email": "dave@fontawesome.com",
|
|
|
|
"web": "http://twitter.com/davegandy"
|
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Brian Talbot",
|
|
|
|
"web": "http://twitter.com/talbs"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Travis Chase",
|
|
|
|
"web": "http://twitter.com/supercodepoet"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Rob Madole",
|
|
|
|
"web": "http://twitter.com/robmadole"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Geremia Taglialatela",
|
|
|
|
"web": "http://twitter.com/gtagliala"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Mike Wilkerson",
|
|
|
|
"web": "http://twitter.com/mw77"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/FortAwesome/Font-Awesome"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6"
|
|
|
|
},
|
2024-11-12 12:55:53 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@fortawesome/fontawesome-free": "file:"
|
|
|
|
},
|
2024-11-05 13:23:45 +00:00
|
|
|
"version": "5.15.3",
|
|
|
|
"name": "@fortawesome/fontawesome-free",
|
|
|
|
"main": "js/fontawesome.js",
|
|
|
|
"style": "css/fontawesome.css",
|
|
|
|
"license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)",
|
|
|
|
"scripts": {
|
|
|
|
"postinstall": "node attribution.js"
|
|
|
|
}
|
2024-11-12 12:55:53 +00:00
|
|
|
}
|