You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.3 KiB
49 lines
1.3 KiB
{ |
|
"name": "fork-awesome", |
|
"description": "A fork of the iconic font and CSS framework", |
|
"version": "1.2.0", |
|
"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" |
|
}, |
|
"license": "(OFL-1.1 AND MIT)", |
|
"dependencies": {}, |
|
"devDependencies": { |
|
"all-contributors-cli": "^6.16.0", |
|
"less": "^3.11.3", |
|
"less-plugin-clean-css": "less/less-plugin-clean-css#master", |
|
"svgo": "^3.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.3" |
|
}, |
|
"scripts": { |
|
"build": "RUBYOPT='-W0' bundle exec jekyll build", |
|
"dev": "RUBYOPT='-W0' bundle exec jekyll serve -w", |
|
"contributors:add": "all-contributors add", |
|
"contributors:generate": "all-contributors generate" |
|
}, |
|
"main": [ |
|
"css/fork-awesome.min.css", |
|
"fonts/forkawesome-webfont.eot", |
|
"fonts/forkawesome-webfont.svg", |
|
"fonts/forkawesome-webfont.ttf", |
|
"fonts/forkawesome-webfont.woff", |
|
"fonts/forkawesome-webfont.woff2" |
|
], |
|
"jsdelivr": "css/fork-awesome.min.css" |
|
}
|
|
|