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.

71 lines
2.0 KiB

  1. {
  2. "semantic": {
  3. "name": "Semantic UI",
  4. "version": 0.1
  5. },
  6. "name": "html5-boilerplate-frontend.docpad",
  7. "version": "0.1.0",
  8. "private": true,
  9. "description": "HTML5 Boilerplate skeleton for DocPad. Bare essentials for building a modern website with best practices. Adds frontend plugins asset compilation.",
  10. "homepage": "https://github.com/lukekarrys/html5-boilerplate.docpad",
  11. "keywords": [
  12. "docpad-skeleton",
  13. "docpad",
  14. "website",
  15. "skeleton",
  16. "html5 boilerplate",
  17. "h5bp",
  18. "grunt"
  19. ],
  20. "author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
  21. "maintainers": [
  22. "Luke Karrys (http://lukekarrys.com)"
  23. ],
  24. "contributors": [
  25. "Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
  26. "Luke Karrys (http://lukekarrys.com)"
  27. ],
  28. "bugs": {
  29. "url": "https://github.com/lukekarrys/html5-boilerplate.docpad/issues"
  30. },
  31. "repository": {
  32. "type": "git",
  33. "url": "http://github.com/lukekarrys/html5-boilerplate.docpad.git"
  34. },
  35. "engines": {
  36. "node": "0.8.x",
  37. "npm": "1.1.x"
  38. },
  39. "dependencies": {
  40. "docpad": "~6.45.0",
  41. "docpad-plugin-coffeescript": "~2.2.2",
  42. "docpad-plugin-eco": "~2.0.2",
  43. "docpad-plugin-marked": "~2.1.1",
  44. "docpad-plugin-partials": "~2.6.3",
  45. "docpad-plugin-stylus": "~2.3.1",
  46. "docpad-plugin-text": "~2.2.4",
  47. "grunt": "~0.4.0",
  48. "bal-util": "~1.15.3",
  49. "underscore": "~1.4.3",
  50. "docpad-plugin-html2coffee": "~2.1.3",
  51. "docpad-plugin-jade": "~2.4.0",
  52. "docpad-plugin-ghpages": "~2.2.0",
  53. "docpad-plugin-paged": "~2.2.0",
  54. "docpad-plugin-handlebars": "~2.2.2",
  55. "docpad-plugin-livereload": "~2.4.0"
  56. },
  57. "devDependencies": {
  58. "grunt-contrib-watch": "~0.4.4",
  59. "grunt-css": "~0.5.4",
  60. "grunt-bower-task": "~0.2.3",
  61. "grunt-contrib-copy": "~0.4.1",
  62. "grunt-contrib-uglify": "~0.2.2",
  63. "grunt-contrib-cssmin": "~0.6.1",
  64. "grunt-contrib-less": "~0.5.2",
  65. "grunt-contrib-clean": "~0.4.1",
  66. "bal-util": "~1.15.4",
  67. "underscore": "~1.4.4",
  68. "grunt": "~0.4.1"
  69. },
  70. "main": "node_modules/docpad/bin/docpad-server"
  71. }