| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "wiki",
- "version": "1.0.0",
- "description": ":experimental:",
- "main": "index.js",
- "directories": {
- "doc": "docs",
- "lib": "lib"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jMonkeyEngine/wiki.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "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"
- }
- }
|