UNPKG

phy-engine

Version:

JavaScript 3D Physics for three.js

76 lines (75 loc) 2.01 kB
{ "name": "phy-engine", "version": "0.10.5", "description": "JavaScript 3D Physics for three.js", "type": "module", "main": "./build/Phy.cjs", "module": "./build/Phy.module.js", "exports": { ".": { "import": "./build/Phy.module.js", "require": "./build/Phy.cjs" }, "./build/*": "./build/*", "./compact/*": "./compact/*" }, "repository": { "type": "git", "url": "https://github.com/lo-th/phy" }, "files": [ "package.json", "LICENSE", "README.md", "compact", "build" ], "directories": { "doc": "docs", "demos": "demos" }, "scripts": { "build": "npm run phy && npm run oimo && npm run ammo && npm run physx && npm run havok && npm run rapier && npm run jolt", "main": "rollup -c rollup/rollup.config.main.js", "smoke": "rollup -c rollup/extra.smoke.js", "fracture": "rollup -c rollup/extra.fracture.js", "wiggle": "rollup -c rollup/extra.wiggle.js", "codeflask": "rollup -c rollup/extra.codeflask.js", "phy": "rollup -c rollup/rollup.config.phy.js", "oimo": "rollup -c rollup/rollup.config.oimo.js", "ammo": "rollup -c rollup/rollup.config.ammo.js", "physx": "rollup -c rollup/rollup.config.physx.js", "havok": "rollup -c rollup/rollup.config.havok.js", "rapier": "rollup -c rollup/rollup.config.rapier.js", "cannon": "rollup -c rollup/rollup.config.cannon.js", "jolt": "rollup -c rollup/rollup.config.jolt.js" }, "keywords": [ "oimo", "ammo", "physx", "rapier", "havok", "jolt", "cannon", "three", "physics", "engine" ], "author": "lo-th", "license": "MIT", "bugs": { "url": "https://github.com/lo-th/phy/issues" }, "homepage": "http://lo-th.github.io/phy/", "peerDependencies": { "three": "0.x.x" }, "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.0", "magic-string": "^0.30.0", "rollup": "^4.6.0", "three": "^0.178.0" } }