mirror of
https://github.com/liabru/matter-js.git
synced 2025-01-20 17:10:11 -05:00
updated package files
This commit is contained in:
parent
fe0700253e
commit
c1c1c3906a
2 changed files with 38 additions and 1 deletions
27
bower.json
Normal file
27
bower.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "Matter",
|
||||
"version": "0.5.0",
|
||||
"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",
|
||||
"main": "build/matter.js",
|
||||
"keywords": [
|
||||
"javascript",
|
||||
"canvas",
|
||||
"html5",
|
||||
"physics",
|
||||
"physics engine",
|
||||
"game engine",
|
||||
"rigid body physics"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
12
package.json
12
package.json
|
@ -1,9 +1,19 @@
|
|||
{
|
||||
"name": "matter",
|
||||
"name": "Matter",
|
||||
"version": "0.5.0",
|
||||
"license": "MIT",
|
||||
"homepage": "http://brm.io/matter-js/",
|
||||
"author": "Liam Brummitt <liam@brm.io> (http://brm.io/)",
|
||||
"description": "a 2D rigid body physics engine for the web",
|
||||
"keywords": [
|
||||
"javascript",
|
||||
"canvas",
|
||||
"html5",
|
||||
"physics",
|
||||
"physics engine",
|
||||
"game engine",
|
||||
"rigid body physics"
|
||||
],
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.2",
|
||||
"grunt-contrib-jshint": "~0.6.3",
|
||||
|
|
Loading…
Add table
Reference in a new issue