mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
36 lines
695 B
JSON
36 lines
695 B
JSON
|
{
|
||
|
"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"
|
||
|
],
|
||
|
"_release": "4.2.0",
|
||
|
"_resolution": {
|
||
|
"type": "version",
|
||
|
"tag": "v4.2.0",
|
||
|
"commit": "0b924144a95a54fa738d0450ff66c1dabd11ae74"
|
||
|
},
|
||
|
"_source": "git://github.com/FortAwesome/Font-Awesome.git",
|
||
|
"_target": "~4.2",
|
||
|
"_originalSource": "font-awesome"
|
||
|
}
|