| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "wiki",
- "version": "1.0.1",
- "description": "jMonkeyEngine Documentation",
- "main": "index.js",
- "directories": {
- "doc": "docs",
- "lib": "lib"
- },
- "scripts": {
- "buildDocs": "$(npm bin)/antora --stacktrace wiki-playbook.yml"
- },
- "private": true,
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jMonkeyEngine/wiki.git"
- },
- "keywords": [],
- "author": "",
- "license": "BSD-3-Clause",
- "bugs": {
- "url": "https://github.com/jMonkeyEngine/wiki/issues"
- },
- "homepage": "https://github.com/jMonkeyEngine/wiki#readme",
- "dependencies": {
- "@antora/cli": "^2.3.3",
- "@antora/site-generator-default": "^2.3.3",
- "asciidoctor-emoji": "^0.2.2"
- }
- }
|