package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "name": "fork-awesome",
  3. "description": "A fork of the iconic font and CSS framework",
  4. "version": "1.0.11",
  5. "style": "css/fork-awesome.css",
  6. "keywords": [
  7. "font",
  8. "awesome",
  9. "forkawesome",
  10. "fontawesome",
  11. "icon",
  12. "bootstrap"
  13. ],
  14. "homepage": "https://forkawesome.github.io/Fork-Awesome",
  15. "bugs": {
  16. "url": "http://github.com/ForkAwesome/Fork-Awesome/issues"
  17. },
  18. "author": "Fork Awesome Community",
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/ForkAwesome/Fork-Awesome.git"
  22. },
  23. "contributors": [
  24. {
  25. "name": "Dave Gandy",
  26. "web": "http://twitter.com/davegandy"
  27. },
  28. {
  29. "name": "Brian Talbot",
  30. "web": "http://twitter.com/talbs"
  31. },
  32. {
  33. "name": "Travis Chase",
  34. "web": "http://twitter.com/supercodepoet"
  35. },
  36. {
  37. "name": "Rob Madole",
  38. "web": "http://twitter.com/robmadole"
  39. },
  40. {
  41. "name": "Geremia Taglialatela",
  42. "web": "http://twitter.com/gtagliala"
  43. },
  44. {
  45. "name": "Julien Deswaef",
  46. "web": "https://mastodon.social/@xuv"
  47. },
  48. {
  49. "name": "Micah Ilbery",
  50. "web": "https://mastodon.social/@micahilbery"
  51. }
  52. ],
  53. "license": "(OFL-1.1 AND MIT)",
  54. "dependencies": {},
  55. "devDependencies": {
  56. "less": "^2.7.2",
  57. "less-plugin-clean-css": "^1.5.1",
  58. "svgo": "^1.0.4"
  59. },
  60. "engines": {
  61. "node": ">=0.10.3"
  62. },
  63. "scripts": {
  64. "build": "bundle exec jekyll build",
  65. "dev": "bundle exec jekyll -w serve"
  66. },
  67. "main": [
  68. "css/fork-awesome.min.css",
  69. "fonts/forkawesome-webfont.eot",
  70. "fonts/forkawesome-webfont.svg",
  71. "fonts/forkawesome-webfont.ttf",
  72. "fonts/forkawesome-webfont.woff",
  73. "fonts/forkawesome-webfont.woff2"
  74. ],
  75. "jsdelivr": "css/fork-awesome.min.css"
  76. }