package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "foodoc",
  3. "version": "0.0.9",
  4. "description": "A Bootstrap and Handlebars based JSDoc3 template.",
  5. "main": "./template/publish.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/steveush/foodoc.git"
  12. },
  13. "keywords": [
  14. "jsdoc",
  15. "template",
  16. "fooplugins"
  17. ],
  18. "author": "Steve Usher",
  19. "license": "GPL-3.0",
  20. "bugs": {
  21. "url": "https://github.com/steveush/foodoc/issues"
  22. },
  23. "homepage": "https://github.com/steveush/foodoc#readme",
  24. "devDependencies": {
  25. "bootstrap": "^3.3.7",
  26. "clipboard": "^2.0.1",
  27. "grunt-contrib-handlebars": "^1.0.0",
  28. "grunt-jsdoc": "^2.2.0",
  29. "jquery": "^3.1.1",
  30. "prismjs": "^1.14.0"
  31. },
  32. "dependencies": {
  33. "cheerio": "^0.22.0",
  34. "extend": "^3.0.1",
  35. "glob": "^7.1.2",
  36. "grunt": "^1.0.2",
  37. "moment": "^2.22.1",
  38. "grunt-contrib-clean": "^1.1.0",
  39. "grunt-contrib-copy": "^1.0.0",
  40. "grunt-contrib-cssmin": "^2.2.1",
  41. "grunt-contrib-uglify": "^3.3.0",
  42. "handlebars": "^4.0.11",
  43. "handlebars-layouts": "^3.1.4",
  44. "jsdoc": "^3.5.5",
  45. "lunr": "^1.0.0",
  46. "sanitize-html": "^1.18.2"
  47. }
  48. }