ShadowEditor/docs-dev/package.json
2018-10-14 20:04:50 +08:00

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": {}
}