{
  "name": "physicsjs",
  "version": "0.7.0",
  "author": "Jasper Palfree <jasper@wellcaffeinated.net>",
  "description": "A modular, extendable, and easy-to-use physics engine for javascript",
  "contributors": [
    {
      "name": "Jasper Palfree",
      "email": "jasper@wellcaffeinated.net"
    },
    {
      "name": "Tom W Hall",
      "url": "http://booleanoperations.co.nz"
    },
    {
      "name": "Nathan Gallagher",
      "url": "http://twitter.com/bluerex_ca"
    }
  ],
  "main": "./dist/physicsjs-full.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:wellcaffeinated/PhysicsJS.git"
  },
  "keywords": [
    "physics",
    "engine"
  ],
  "dependencies": {},
  "devDependencies": {
    "grunt": "0.4.x",
    "grunt-contrib-concat": "0.x.x",
    "grunt-contrib-uglify": "0.x.x",
    "grunt-contrib-jasmine": "0.5.x",
    "grunt-jasmine-node": "~0.1.0",
    "grunt-contrib-clean": "0.x.x",
    "grunt-contrib-copy": "0.x.x",
    "grunt-contrib-jshint": "0.x.x",
    "grunt-contrib-watch": "~0.3.1",
    "grunt-template-jasmine-requirejs": "~0.1.1",
    "grunt-contrib-requirejs": "~0.4.1",
    "panino": "~2.2.6",
    "jade": "~1.3.0",
    "marked": "~0.3.2",
    "synchronize": "~0.7.0",
    "pygmentize-bundled": "~2.1.0"
  },
  "bundledDependencies": [],
  "license": "MIT"
}
