package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "fork-awesome",
  3. "description": "A fork of the iconic font and CSS framework",
  4. "version": "1.0.1",
  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": "http://twitter.com/xuv"
  47. }
  48. ],
  49. "license": "(OFL-1.1 AND MIT)",
  50. "dependencies": {},
  51. "devDependencies": {
  52. "less-plugin-clean-css": "^1.5.1"
  53. },
  54. "engines": {
  55. "node": ">=0.10.3"
  56. },
  57. "scripts": {
  58. "build": "bundle exec jekyll build",
  59. "dev": "bundle exec jekyll -w serve"
  60. }
  61. }