From f71d4c0a50d5263cd313c34c46084cd0baf82e15 Mon Sep 17 00:00:00 2001 From: liabru Date: Mon, 28 Dec 2020 16:12:33 +0000 Subject: [PATCH] remove bower.json --- bower.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 1782d51..0000000 --- a/bower.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "Matter", - "version": "0.14.2", - "homepage": "https://github.com/liabru/matter-js", - "authors": [ - "Liam Brummitt (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" - ] -}