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.

58 lines
1.7 KiB

  1. {
  2. "name": "html5-boilerplate-frontend.docpad",
  3. "version": "0.1.0",
  4. "private": true,
  5. "description": "HTML5 Boilerplate skeleton for DocPad. Bare essentials for building a modern website with best practices. Adds frontend plugins asset compilation.",
  6. "homepage": "https://github.com/lukekarrys/html5-boilerplate.docpad",
  7. "keywords": [
  8. "docpad-skeleton",
  9. "docpad",
  10. "website",
  11. "skeleton",
  12. "html5 boilerplate",
  13. "h5bp",
  14. "grunt"
  15. ],
  16. "author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
  17. "maintainers": [
  18. "Luke Karrys (http://lukekarrys.com)"
  19. ],
  20. "contributors": [
  21. "Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
  22. "Luke Karrys (http://lukekarrys.com)"
  23. ],
  24. "bugs": {
  25. "url": "https://github.com/lukekarrys/html5-boilerplate.docpad/issues"
  26. },
  27. "repository": {
  28. "type": "git",
  29. "url": "http://github.com/lukekarrys/html5-boilerplate.docpad.git"
  30. },
  31. "engines": {
  32. "node": "0.8.x",
  33. "npm": "1.1.x"
  34. },
  35. "dependencies": {
  36. "docpad": "6.x",
  37. "docpad-plugin-coffeescript": "2.x",
  38. "docpad-plugin-eco": "2.x",
  39. "docpad-plugin-marked": "2.x",
  40. "docpad-plugin-partials": "2.x",
  41. "docpad-plugin-stylus": "2.x",
  42. "docpad-plugin-text": "2.x",
  43. "grunt": "~0.3.17",
  44. "grunt-css": "~0.3.2",
  45. "bal-util": "~1.15.3",
  46. "underscore": "~1.4.3",
  47. "docpad-plugin-html2coffee": "~2.1.3",
  48. "docpad-plugin-jade": "~2.3.1",
  49. "docpad-plugin-livereload": "~2.3.1",
  50. "docpad-plugin-ghpages": "~2.0.2",
  51. "docpad-plugin-paged": "~2.1.4",
  52. "docpad-plugin-handlebars": "~2.2.1"
  53. },
  54. "devDependencies": {
  55. "docpad-plugin-livereload": "2.x"
  56. },
  57. "main": "node_modules/docpad/bin/docpad-server"
  58. }