mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
24 lines
412 B
JSON
Executable File
24 lines
412 B
JSON
Executable File
{
|
|
"name": "font-awesome",
|
|
"description": "Font Awesome",
|
|
"version": "4.2.0",
|
|
"keywords": [],
|
|
"homepage": "http://fontawesome.io",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"license": ["OFL-1.1", "MIT", "CC-BY-3.0"],
|
|
"main": [
|
|
"./css/font-awesome.css",
|
|
"./fonts/*"
|
|
],
|
|
"ignore": [
|
|
"*/.*",
|
|
"*.json",
|
|
"src",
|
|
"*.yml",
|
|
"Gemfile",
|
|
"Gemfile.lock",
|
|
"*.md"
|
|
]
|
|
}
|