package.json 1.2 KB

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