Skip to content

Commit

Permalink
Bower config
Browse files Browse the repository at this point in the history
  • Loading branch information
joelfillmore committed May 8, 2015
1 parent e91d4f6 commit a073453
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "PxGamepad",
"main": "PxGamepad.js",
"version": "0.1.0",
"homepage": "https://github.com/thinkpixellab/PxGamepad",
"authors": [
"Joel Fillmore <[email protected]>"
],
"description": "HTML5 gamepad helper for standard mapped controllers",
"keywords": [
"gamepad",
"HTML5",
"xbox",
"controller",
"joystick"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit a073453

Please sign in to comment.