mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-18 15:02:09 +00:00
30 lines
675 B
JSON
30 lines
675 B
JSON
{
|
|
"name": "shadoweditor-docs",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Shadow Editor User Guild and Development Documents.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "gitbook build .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tengge1/ShadowEditor.git"
|
|
},
|
|
"keywords": [
|
|
"shadoweditor",
|
|
"3d",
|
|
"editor",
|
|
"three.js",
|
|
"docs"
|
|
],
|
|
"author": "tengge",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tengge1/ShadowEditor/issues"
|
|
},
|
|
"homepage": "https://github.com/tengge1/ShadowEditor",
|
|
"devDependencies": {}
|
|
}
|