UNPKG

@enable3d/ammo-physics

Version:

Physics Plugin for three.js

45 lines (44 loc) 1.1 kB
{ "name": "@enable3d/ammo-physics", "version": "0.26.1", "description": "Physics Plugin for three.js", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "update": "npm update", "fix": "npm audit fix", "bundle": "cross-env-shell webpack --config ../../webpack/webpack.ammoPhysics.cjs --env path=../bundles --env packageVersion=${npm_package_version}" }, "keywords": [ "three", "three.js", "ammo", "ammo.js", "3d", "physics" ], "author": "Yannick Deubel", "license": "LGPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/enable3d/enable3d.git", "directory": "packages/phaserExtension" }, "bugs": { "url": "https://github.com/enable3d/enable3d/issues" }, "homepage": "https://enable3d.io", "dependencies": { "@enable3d/common": "^0.26.1", "@enable3d/three-wrapper": "^0.26.1", "@yandeu/events": "0.0.7" }, "peerDependencies": { "@types/three": "0.171.0", "three": "0.171.0" }, "funding": { "url": "https://github.com/sponsors/yandeu" } }