mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
403 B
23 lines
403 B
{
|
|
"name": "font-awesome",
|
|
"description": "Font Awesome",
|
|
"keywords": [],
|
|
"homepage": "http://fontawesome.io",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"license": ["OFL-1.1", "MIT", "CC-BY-3.0"],
|
|
"main": [
|
|
"less/font-awesome.less",
|
|
"scss/font-awesome.scss"
|
|
],
|
|
"ignore": [
|
|
"*/.*",
|
|
"*.json",
|
|
"src",
|
|
"*.yml",
|
|
"Gemfile",
|
|
"Gemfile.lock",
|
|
"*.md"
|
|
]
|
|
}
|