UNPKG

ammojs-es

Version:

ES module version of Ammo.js, a port of Bullet Physics to JavaScript

31 lines (30 loc) 673 B
{ "name": "ammojs-es", "version": "1.0.1", "description": "ES module version of Ammo.js, a port of Bullet Physics to JavaScript", "main": "ammo.js", "module": "ammo-es.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "physics", "bullet", "ammo", "ammojs", "3d", "game-engine", "physics-engine", "es-module" ], "author": "LaoLuo", "license": "Zlib", "homepage": "https://github.com/Kerwin-L/ammo-es", "repository": { "type": "git", "url": "git+https://github.com/Kerwin-L/ammo-es.git" }, "bugs": { "url": "https://github.com/Kerwin-L/ammo-es/issues" } }