1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{
"name": "components-font-awesome",
"description": "Font Awesome, the iconic font designed for use with Twitter Bootstrap.",
"repository": {
"type": "git",
"url": "git://github.com/components/font-awesome.git"
},
"main": [
"css/font-awesome.css"
],
"license": [
"MIT",
"OFL-1.1"
],
"ignore": [
"Makefile",
"component.json",
"composer.json"
],
"homepage": "https://github.com/components/font-awesome",
"version": "4.7.0",
"_release": "4.7.0",
"_resolution": {
"type": "version",
"tag": "4.7.0",
"commit": "885308b939369d147bec93174722786bc2c4eedd"
},
"_source": "https://github.com/components/font-awesome.git",
"_target": "^4.7.0",
"_originalSource": "components-font-awesome"
}
|