UNPKG

threejs-orbitingballs

Version:

A tiny physics sim of balls orbitting thier center of mass, as a single threejs object.

38 lines (37 loc) 907 B
{ "name": "threejs-orbitingballs", "version": "2.0.2", "description": "A tiny physics sim of balls orbitting thier center of mass, as a single threejs object.", "main": "index.js", "license": "MIT", "author": { "name": "Tomasz Dysinski", "email": "oz@bunnybones.com", "url": "https://github.com/bunnybones1" }, "dependencies": { "three": "^0.87.1" }, "devDependencies": { "budo": "^11.3.2", "threejs-managed-view": "^5.0.0", "urlparam": "^1.0.2" }, "scripts": { "test": "budo test.js --live --open" }, "keywords": [ "threejs", "balls", "physics", "orbit" ], "repository": { "type": "git", "url": "git://github.com/bunnybones1/threejs-orbitingballs.git" }, "homepage": "https://github.com/bunnybones1/threejs-orbitingballs", "bugs": { "url": "https://github.com/bunnybones1/threejs-orbitingballs/issues" } }