diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..f1fbd94 --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "PxGamepad", + "main": "PxGamepad.js", + "version": "0.1.0", + "homepage": "https://github.com/thinkpixellab/PxGamepad", + "authors": [ + "Joel Fillmore " + ], + "description": "HTML5 gamepad helper for standard mapped controllers", + "keywords": [ + "gamepad", + "HTML5", + "xbox", + "controller", + "joystick" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}