ShadowEditor/package.json
2019-04-04 22:10:06 +08:00

34 lines
900 B
JSON

{
"name": "shadoweditor",
"version": "0.1.8",
"private": true,
"description": "3D Editor with three.js.",
"dependencies": {},
"devDependencies": {
"rollup": "^0.59.2",
"rollup-plugin-node-resolve": "^3.4.0"
},
"scripts": {
"build": "rollup -c ShadowEditor.Web/rollup.config.js",
"build-docs": "gitbook build docs-dev",
"test": "rollup -c ShadowEditor.Web/test/unit/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"
}