UNPKG

@box2d/debug-draw

Version:

Debug drawing helper for @box2d

37 lines (36 loc) 702 B
{ "name": "@box2d/debug-draw", "version": "0.11.0", "description": "Debug drawing helper for @box2d", "keywords": [ "box2d", "debug", "canvas", "game", "TypeScript" ], "homepage": "https://lusito.github.io/box2d.ts/", "bugs": { "url": "https://github.com/lusito/box2d.ts/issues" }, "repository": { "type": "git", "url": "https://github.com/lusito/box2d.ts.git" }, "license": "MIT", "author": "Santo Pfingsten", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rimraf dist && tsc" }, "browserslist": [ "> 5%" ], "dependencies": { "@box2d/core": "^0.11.0" } }