Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Aug 8, 2013
1 parent 90466bc commit 3e325cb
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@
"author": "Andrew Nesbitt <[email protected]> (http://andrew.github.io)",
"name": "xbox-controller",
"description": "Xbox controller for node",
"version": "0.1.0",
"os": ["darwin", "linux"],
"version": "0.2.0",
"os": [
"darwin",
"linux"
],
"repository": {
"type": "git",
"url": "git://github.com/andrew/node-xbox-controller.git"
},
"homepage": "https://github.com/andrew/node-xbox-controller",
"keywords": ["xbox", "controller", "gaming"],
"bugs" :
{ "url" : "https://github.com/andrew/node-xbox-controller/issues" },
"keywords": [
"xbox",
"controller",
"gaming"
],
"bugs": {
"url": "https://github.com/andrew/node-xbox-controller/issues"
},
"licenses": [
{
"type": "MIT",
Expand All @@ -21,9 +29,9 @@
"main": "./lib/xbox.js",
"dependencies": {
"node-hid": ">=0",
"colors" : ">=0"
"colors": ">=0"
},
"scripts" : {
"test" : "node ./tests/test.js"
"scripts": {
"test": "node ./tests/test.js"
}
}

0 comments on commit 3e325cb

Please sign in to comment.