mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"name": "fork-awesome",
|
|
"description": "A fork of the iconic font and CSS framework",
|
|
"version": "1.0.2",
|
|
"style": "css/fork-awesome.css",
|
|
"keywords": [
|
|
"font",
|
|
"awesome",
|
|
"forkawesome",
|
|
"fontawesome",
|
|
"icon",
|
|
"bootstrap"
|
|
],
|
|
"homepage": "https://forkawesome.github.io/Fork-Awesome",
|
|
"bugs": {
|
|
"url": "http://github.com/ForkAwesome/Fork-Awesome/issues"
|
|
},
|
|
"author": "Fork Awesome Community",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ForkAwesome/Fork-Awesome.git"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Dave Gandy",
|
|
"web": "http://twitter.com/davegandy"
|
|
},
|
|
{
|
|
"name": "Brian Talbot",
|
|
"web": "http://twitter.com/talbs"
|
|
},
|
|
{
|
|
"name": "Travis Chase",
|
|
"web": "http://twitter.com/supercodepoet"
|
|
},
|
|
{
|
|
"name": "Rob Madole",
|
|
"web": "http://twitter.com/robmadole"
|
|
},
|
|
{
|
|
"name": "Geremia Taglialatela",
|
|
"web": "http://twitter.com/gtagliala"
|
|
},
|
|
{
|
|
"name": "Julien Deswaef",
|
|
"web": "http://twitter.com/xuv"
|
|
}
|
|
],
|
|
"license": "(OFL-1.1 AND MIT)",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"less-plugin-clean-css": "^1.5.1",
|
|
"svgo": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.3"
|
|
},
|
|
"scripts": {
|
|
"build": "bundle exec jekyll build",
|
|
"dev": "bundle exec jekyll -w serve"
|
|
}
|
|
}
|