UNPKG

matterjs-ragdoll

Version:

utility for matterjs that easily creates a ragdoll physics character

33 lines (32 loc) 718 B
{ "name": "matterjs-ragdoll", "version": "1.0.9", "description": "utility for matterjs that easily creates a ragdoll physics character", "main": "./src/index.js", "devDependencies": {}, "dependencies": { "matter-js": "^0.14.2" }, "scripts": { }, "babel": { "presets": [ "@babel/preset-env" ] }, "repository": { "type": "git", "url": "git+https://github.com/ericposas/matter-ragdoll-util.git" }, "keywords": [ "ragdoll", "matterjs", "physics" ], "author": "ericposas", "license": "ISC", "bugs": { "url": "https://github.com/ericposas/matter-ragdoll-util/issues" }, "homepage": "https://github.com/ericposas/matter-ragdoll-util#readme" }