|
@@ -1,22 +1,23 @@
|
|
|
{
|
|
|
"name": "wiki",
|
|
|
- "version": "1.0.0",
|
|
|
- "description": ":experimental:",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "description": "jMonkeyEngine Documentation",
|
|
|
"main": "index.js",
|
|
|
"directories": {
|
|
|
"doc": "docs",
|
|
|
"lib": "lib"
|
|
|
},
|
|
|
"scripts": {
|
|
|
- "test": "echo \"Error: no test specified\" && exit 1"
|
|
|
+ "buildDocs": "$(npm bin)/antora --stacktrace jmedocs-playbook.yml"
|
|
|
},
|
|
|
+ "private": true,
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
"url": "git+https://github.com/jMonkeyEngine/wiki.git"
|
|
|
},
|
|
|
"keywords": [],
|
|
|
"author": "",
|
|
|
- "license": "ISC",
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
"bugs": {
|
|
|
"url": "https://github.com/jMonkeyEngine/wiki/issues"
|
|
|
},
|