2
0

package.json 717 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "wiki",
  3. "version": "1.0.1",
  4. "description": "jMonkeyEngine Documentation",
  5. "main": "index.js",
  6. "directories": {
  7. "doc": "docs",
  8. "lib": "lib"
  9. },
  10. "scripts": {
  11. "buildDocs": "$(npm bin)/antora --stacktrace wiki-playbook.yml"
  12. },
  13. "private": true,
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/jMonkeyEngine/wiki.git"
  17. },
  18. "keywords": [],
  19. "author": "",
  20. "license": "BSD-3-Clause",
  21. "bugs": {
  22. "url": "https://github.com/jMonkeyEngine/wiki/issues"
  23. },
  24. "homepage": "https://github.com/jMonkeyEngine/wiki#readme",
  25. "dependencies": {
  26. "@antora/cli": "^2.3.3",
  27. "@antora/site-generator-default": "^2.3.3",
  28. "asciidoctor-emoji": "^0.2.2"
  29. }
  30. }