Fork-Awesome/package.json
2018-02-05 21:57:05 -05:00

57 lines
1.2 KiB
JSON

{
"name": "fork-awesome",
"description": "A fork of the iconic font and CSS framework",
"version": "4.7.0",
"style": "css/font-awesome.css",
"keywords": [
"font",
"awesome",
"fontawesome",
"icon",
"bootstrap"
],
"homepage": "",
"bugs": {
"url": "http://github.com/ForkAwesome/Fork-Awesome/issues"
},
"author": {
"name": "Dave Gandy",
"email": "dave@fontawesome.io",
"web": "http://twitter.com/davegandy"
},
"repository": {
"type": "git",
"url": "https://github.com/ForkAwesome/Fork-Awesome.git"
},
"contributors": [
{
"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"
}
],
"license": "(OFL-1.1 AND MIT)",
"dependencies": {},
"engines": {
"node": ">=0.10.3"
},
"scripts": {
"build": "bundle exec jekyll build",
"dev": "bundle exec jekyll -w serve"
},
"devDependencies": {
"less-plugin-clean-css": "^1.5.1"
}
}