UNPKG

p2s

Version:

A JavaScript 2D physics engine.

43 lines (42 loc) 891 B
{ "name": "p2s", "version": "0.7.2", "description": "A JavaScript 2D physics engine.", "author": "Stefan Hedman <schteppe@gmail.com> (http://steffe.se)", "keywords": [ "p2.js", "p2s", "physics", "engine", "2d" ], "main": "./src/p2.js", "engines": { "node": "*" }, "repository": { "type": "git", "url": "https://github.com/schteppe/p2.js.git" }, "bugs": { "url": "https://github.com/schteppe/p2.js/issues" }, "licenses": [ { "type": "MIT" } ], "devDependencies": { "grunt": "^0.4.5", "grunt-browserify": "~2.0.1", "grunt-contrib-concat": "^0.4.0", "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-uglify": "~0.4.0", "grunt-contrib-watch": "~0.5.0", "grunt-contrib-yuidoc": "^0.10.0" }, "dependencies": { "poly-decomp": "0.2.1" } }