UNPKG

sync-ammo

Version:

Synchronized version Ammo physical library

42 lines (41 loc) 938 B
{ "name": "sync-ammo", "version": "0.1.2", "description": "Synchronized version Ammo physical library", "main": "./dist/ammo.js", "module":"./dist/ammo.module.js", "scripts": { "build": "rollup -c" }, "type": "module", "author": { "name": "carl-lance" }, "license": "ISC", "devDependencies": { "rollup": "^4.14.1", "@rollup/plugin-commonjs": "^25.0.1", "@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-terser": "^0.4.3", "rollup-plugin-copy": "^3.5.0" }, "repository": { "type": "git", "url": "https://github.com/carl-lance/sync-ammo.git" }, "homepage": "https://github.com/carl-lance/sync-ammo", "bugs": { "url": "https://github.com/carl-lance/sync-ammo/issues" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "provenance": true }, "keywords": [ "ammo.js", "physics", "bullet", "three.js", "3d" ] }