mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
add npm support
This commit is contained in:
parent
5e7d4b8ae0
commit
33e4610a6b
32
package.json
Normal file
32
package.json
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"name": "font-awesome",
|
||||||
|
"description": "the iconic font designed for Bootstrap",
|
||||||
|
"version": "3.1.1",
|
||||||
|
"author": {
|
||||||
|
"name": "Dave Gandy",
|
||||||
|
"email": "dave@fontawesome.io"
|
||||||
|
},
|
||||||
|
"contributors": [
|
||||||
|
"sergio <desenvolvimento@inbep.com.br>",
|
||||||
|
"willian <desenvolvimento@inbep.com.br>"
|
||||||
|
],
|
||||||
|
"homepage": "http://fontawesome.io",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/FortAwesome/Font-Awesome.git"
|
||||||
|
},
|
||||||
|
"licenses": [
|
||||||
|
{
|
||||||
|
"type": "SIL OFL 1.1",
|
||||||
|
"url": "http://scripts.sil.org/OFL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "MIT License",
|
||||||
|
"url": "http://opensource.org/licenses/mit-license.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "CC BY 3.0",
|
||||||
|
"url": "http://creativecommons.org/licenses/by/3.0/"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user