package.json 666 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "wiki",
  3. "version": "1.0.0",
  4. "description": ":experimental:",
  5. "main": "index.js",
  6. "directories": {
  7. "doc": "docs",
  8. "lib": "lib"
  9. },
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/jMonkeyEngine/wiki.git"
  16. },
  17. "keywords": [],
  18. "author": "",
  19. "license": "ISC",
  20. "bugs": {
  21. "url": "https://github.com/jMonkeyEngine/wiki/issues"
  22. },
  23. "homepage": "https://github.com/jMonkeyEngine/wiki#readme",
  24. "dependencies": {
  25. "@antora/cli": "^2.3.3",
  26. "@antora/site-generator-default": "^2.3.3",
  27. "asciidoctor-emoji": "^0.2.2"
  28. }
  29. }