2013-05-17 03:08:18 +08:00
|
|
|
{
|
2018-02-06 07:10:39 +08:00
|
|
|
"name": "fork-awesome",
|
|
|
|
"description": "A fork of the iconic font and CSS framework",
|
2016-10-04 02:23:05 +08:00
|
|
|
"version": "4.7.0",
|
2015-04-29 07:48:38 +08:00
|
|
|
"style": "css/font-awesome.css",
|
2017-01-29 04:22:09 +08:00
|
|
|
"keywords": ["font", "awesome", "fontawesome", "icon", "bootstrap"],
|
2018-02-06 07:10:39 +08:00
|
|
|
"homepage": "",
|
2014-01-09 02:00:38 +08:00
|
|
|
"bugs": {
|
2018-02-06 07:10:39 +08:00
|
|
|
"url" : "http://github.com/ForkAwesome/Fork-Awesome/issues"
|
2014-01-09 02:00:38 +08:00
|
|
|
},
|
2013-05-23 21:21:52 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Dave Gandy",
|
2013-05-24 04:22:45 +08:00
|
|
|
"email": "dave@fontawesome.io",
|
2013-06-26 23:41:16 +08:00
|
|
|
"web": "http://twitter.com/davegandy"
|
2013-05-23 21:21:52 +08:00
|
|
|
},
|
2013-05-23 21:04:02 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-02-06 07:10:39 +08:00
|
|
|
"url": "https://github.com/ForkAwesome/Fork-Awesome.git"
|
2013-05-23 21:04:02 +08:00
|
|
|
},
|
2013-05-24 04:22:45 +08:00
|
|
|
"contributors": [
|
2016-04-06 01:08:03 +08:00
|
|
|
{
|
|
|
|
"name": "Brian Talbot",
|
|
|
|
"web": "http://twitter.com/talbs"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Travis Chase",
|
|
|
|
"web": "http://twitter.com/supercodepoet"
|
|
|
|
},
|
2013-05-24 04:22:45 +08:00
|
|
|
{
|
|
|
|
"name": "Rob Madole",
|
|
|
|
"web": "http://twitter.com/robmadole"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Geremia Taglialatela",
|
|
|
|
"web": "http://twitter.com/gtagliala"
|
|
|
|
}
|
|
|
|
],
|
2015-10-09 00:52:16 +08:00
|
|
|
"license": "(OFL-1.1 AND MIT)",
|
2013-05-24 04:22:45 +08:00
|
|
|
"dependencies": {
|
2014-01-09 02:00:38 +08:00
|
|
|
},
|
2018-02-06 07:10:39 +08:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.3"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "bundle exec jekyll build",
|
|
|
|
"dev": "bundle exec jekyll -w serve"
|
2013-05-23 21:04:02 +08:00
|
|
|
}
|
|
|
|
}
|