mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
38 lines
998 B
JSON
38 lines
998 B
JSON
{
|
|
"name": "shadoweditor",
|
|
"version": "0.1.4",
|
|
"private": true,
|
|
"description": "3D Editor with three.js.",
|
|
"dependencies": {
|
|
"d3-dispatch": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"rollup": "^0.59.2",
|
|
"rollup-plugin-copy": "^0.2.3",
|
|
"rollup-plugin-node-resolve": "^3.4.0",
|
|
"rollup-plugin-postcss": "^1.6.2"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c ShadowEditor.Web/rollup.config.js",
|
|
"build-docs": "gitbook build docs-dev",
|
|
"test": "rollup -c test/rollup.config.js",
|
|
"clear": "npm prune"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/tengge1/ShadowEditor.git"
|
|
},
|
|
"keywords": [
|
|
"shadoweditor",
|
|
"3d",
|
|
"editor",
|
|
"three.js"
|
|
],
|
|
"author": "tengge",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tengge1/ShadowEditor/issues"
|
|
},
|
|
"homepage": "https://github.com/tengge1/ShadowEditor"
|
|
}
|