mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
adding component package definition
This commit is contained in:
parent
b1a8ad4730
commit
abc6f538c1
11
README.md
11
README.md
@ -46,6 +46,17 @@ For more information on SemVer, please visit http://semver.org.
|
||||
- GitHub: https://github.com/davegandy
|
||||
- Work: Lead Product Designer @ http://kyru.us
|
||||
|
||||
##Component
|
||||
To include as a [component](http://github.com/component/component), just run
|
||||
|
||||
$ component install FortAwesome/Font-Awesome
|
||||
|
||||
Or add
|
||||
|
||||
"FortAwesome/Font-Awesome": "*"
|
||||
|
||||
to the `dependencies` in your `component.json`.
|
||||
|
||||
## Hacking on Font Awesome
|
||||
|
||||
From the root of the repository, install the tools used to develop.
|
||||
|
20
component.json
Normal file
20
component.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "Font-Awesome",
|
||||
"repo": "FortAwesome/Font-Awesome",
|
||||
"description": "Font Awesome",
|
||||
"version": "3.2.1",
|
||||
"keywords": [],
|
||||
"dependencies": {},
|
||||
"development": {},
|
||||
"license": "SIL, MIT, CC BY 3.0",
|
||||
"styles": [
|
||||
"css/font-awesome.css"
|
||||
],
|
||||
"fonts": [
|
||||
"font/fontawesome-webfont.eot",
|
||||
"font/fontawesome-webfont.svg",
|
||||
"font/fontawesome-webfont.ttf",
|
||||
"font/fontawesome-webfont.woff",
|
||||
"font/FontAwesome.otf"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user