{
  "name": "@impossible.js/dynamic-body",
  "version": "0.0.4",
  "description": "An Impossible.js Component. Creates an object with basic physical characteristics such as velocity and hit surfaces. Extends Sensor. Works with Static Body.",
  "main": "index.js",
  "author": {
    "name": "Ron Ilan",
    "url": "https://www.ronilan.com"
  },
  "license": "NOT LICENSED",
  "impossible": {
    "component": "DynamicBody",
    "lib": "collection"
  },
  "peerDependencies": {
    "@impossible.js/helpers-errors": "0.0.4",
    "@impossible.js/rectangle": "0.0.4"
  }
}