mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-23 09:26:51 -05:00
remove bower.json
This commit is contained in:
parent
3089b41f30
commit
f71d4c0a50
1 changed files with 0 additions and 27 deletions
27
bower.json
27
bower.json
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
"name": "Matter",
|
||||
"version": "0.14.2",
|
||||
"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"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue