{
  "name": "uphysics",
  "version": "0.1.8",
  "description": "Unrealistic physic engine.",
  "main": "lib/physic.js",
  "engines": {
    "node": ">=4.5.0"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "array-kit": "^0.1.3",
    "logfella": "^0.3.49",
    "math-kit": "^0.11.9"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "gamepad": "^1.4.2",
    "terminal-kit": "^0.26.1"
  },
  "scripts": {
    "test": "tea-time -R dot -O"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cronvel/uphysics.git"
  },
  "keywords": [
    "unrealistic",
    "physic"
  ],
  "author": "Cédric Ronvel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cronvel/uphysics/issues"
  },
  "config": {
    "tea-time": {
      "coverDir": [
        "lib"
      ]
    }
  },
  "copyright": {
    "title": "Uphysics",
    "years": [
      2017
    ],
    "owner": "Cédric Ronvel"
  }
}