ShadowEditor/package.json
2018-06-07 21:24:19 +08:00

46 lines
1.4 KiB
JSON

{
"name": "bubbleeditor",
"version": "0.0.1",
"private": true,
"description": "3D Editor with three.js.",
"dependencies": {
"http": "0.0.0",
"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",
"build-watch": "rollup -c -w",
"clear": "npm prune"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tengge1/BubbleEditor.git"
},
"keywords": [
"3d",
"editor",
"three.js"
],
"author": "tengge",
"license": "MIT",
"bugs": {
"url": "https://github.com/tengge1/BubbleEditor/issues"
},
"homepage": "https://github.com/tengge1/BubbleEditor"
}