From c1c1c3906a2a1b8e04e27136048c7ed43efe201b Mon Sep 17 00:00:00 2001 From: liabru Date: Thu, 20 Feb 2014 18:00:38 +0000 Subject: [PATCH] updated package files --- bower.json | 27 +++++++++++++++++++++++++++ package.json | 12 +++++++++++- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..4e3179d --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "Matter", + "version": "0.5.0", + "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" + ] +} diff --git a/package.json b/package.json index 48b4290..11fe853 100644 --- a/package.json +++ b/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 (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",