planck-js
Version:
2D physics engine for JavaScript/HTML5 game development
65 lines (64 loc) • 1.41 kB
JSON
{
"name": "planck-js",
"version": "0.0.4",
"description": "2D physics engine for JavaScript/HTML5 game development",
"homepage": "http://shakiba.me/planck.js",
"keywords": [
"html5",
"javascript",
"game",
"physics",
"engine",
"2d",
"mobile"
],
"license": "zlib",
"repository": {
"type": "git",
"url": "git://github.com/shakiba/planck.js.git"
},
"main": "lib/index.js",
"files": [
"doc/",
"lib/",
"test/"
],
"author": "Ali Shakiba",
"contributors": [{
"name": "Ali Shakiba",
"url": "http://shakiba.me/planck.js"
}, {
"name": "Erin Catto",
"url": "http://box2d.org/"
}],
"devDependencies": {
"browserify": "^8.1.3",
"browserify-middleware": "^7.0.0",
"expect.js": "*",
"express": "^4.13.4",
"gulp": "*",
"gulp-browserify": "*",
"gulp-bump": "*",
"gulp-concat": "*",
"gulp-header": "^1.7.1",
"gulp-mocha": "*",
"gulp-rename": "^1.2.0",
"gulp-uglify": "*",
"gulp-util": "^3.0.5",
"gulp-wrap": "*",
"minimist": "*",
"object-assign": "^4.0.1",
"sandboxed-module": "^2.0.0",
"serve-index": "^1.7.3",
"sinon": "*",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"vinyl-transform": "^1.0.0"
},
"scripts": {
"test": "mocha test/*.js",
"dist": "gulp",
"dev": "node server.js"
}
}