Vom Anderen PC aus hoch gespielt
This commit is contained in:
44
node_modules/three-orbitcontrols/package.json
generated
vendored
Normal file
44
node_modules/three-orbitcontrols/package.json
generated
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "three-orbitcontrols",
|
||||
"version": "2.110.3",
|
||||
"description": "is the three.js OrbitControls from official repo examples",
|
||||
"main": "OrbitControls.js",
|
||||
"scripts": {
|
||||
"example_commonjs": "budo example.js --open",
|
||||
"example_typescript": "budo example.ts --open -- -p [tsify]",
|
||||
"deploy": "npm version patch",
|
||||
"predeploy": "npm test",
|
||||
"postversion": "git push origin v${npm_package_version}; npm publish; git push origin master",
|
||||
"test": "node test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/fibo/three-orbitcontrols.git"
|
||||
},
|
||||
"keywords": [
|
||||
"three",
|
||||
"three.js",
|
||||
"3d",
|
||||
"camera",
|
||||
"controls"
|
||||
],
|
||||
"author": {
|
||||
"name": "Gianluca Casati",
|
||||
"url": "http://g14n.info"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/fibo/three-orbitcontrols/issues"
|
||||
},
|
||||
"homepage": "http://g14n.info/three-orbitcontrols",
|
||||
"peerDependencies": {
|
||||
"three": ">= 0.110.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.12.5",
|
||||
"budo": "^11.6.3",
|
||||
"three": "^0.110.0",
|
||||
"tsify": "^4.0.1",
|
||||
"typescript": "^3.6.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user