2018-10-14 15:25:59 +08:00

49 lines
1.4 KiB
JSON

{
"name": "shadoweditor",
"version": "0.0.8",
"private": true,
"description": "3D Editor with three.js.",
"dependencies": {
"d3-dispatch": "^1.0.3",
"http": "0.0.0",
"js-yaml": "^3.12.0",
"mongodb": "^3.0.10",
"three": "^0.93.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-env": "^1.7.0",
"rollup": "^0.59.2",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-copy": "^0.2.3",
"rollup-plugin-node-resolve": "^3.3.0"
},
"scripts": {
"build": "rollup -c",
"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"
}