2014-02-20 13:00:38 -05:00
|
|
|
{
|
|
|
|
"name": "Matter",
|
2017-07-06 18:47:04 -04:00
|
|
|
"version": "0.13.0",
|
2014-02-20 13:00:38 -05:00
|
|
|
"homepage": "https://github.com/liabru/matter-js",
|
|
|
|
"authors": [
|
|
|
|
"Liam Brummitt <liam@brm.io> (http://brm.io/)"
|
|
|
|
],
|
|
|
|
"description": "a 2D rigid body physics engine for the web",
|
2016-01-16 15:33:02 -05:00
|
|
|
"main": "build/matter.js",
|
2014-02-20 13:00:38 -05:00
|
|
|
"keywords": [
|
|
|
|
"javascript",
|
|
|
|
"canvas",
|
|
|
|
"html5",
|
|
|
|
"physics",
|
|
|
|
"physics engine",
|
|
|
|
"game engine",
|
|
|
|
"rigid body physics"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
]
|
|
|
|
}
|