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

Commit 3e325cb

Browse files
committed
0.2.0
1 parent 90466bc commit 3e325cb

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

package.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,24 @@
22
"author": "Andrew Nesbitt <[email protected]> (http://andrew.github.io)",
33
"name": "xbox-controller",
44
"description": "Xbox controller for node",
5-
"version": "0.1.0",
6-
"os": ["darwin", "linux"],
5+
"version": "0.2.0",
6+
"os": [
7+
"darwin",
8+
"linux"
9+
],
710
"repository": {
811
"type": "git",
912
"url": "git://github.com/andrew/node-xbox-controller.git"
1013
},
1114
"homepage": "https://github.com/andrew/node-xbox-controller",
12-
"keywords": ["xbox", "controller", "gaming"],
13-
"bugs" :
14-
{ "url" : "https://github.com/andrew/node-xbox-controller/issues" },
15+
"keywords": [
16+
"xbox",
17+
"controller",
18+
"gaming"
19+
],
20+
"bugs": {
21+
"url": "https://github.com/andrew/node-xbox-controller/issues"
22+
},
1523
"licenses": [
1624
{
1725
"type": "MIT",
@@ -21,9 +29,9 @@
2129
"main": "./lib/xbox.js",
2230
"dependencies": {
2331
"node-hid": ">=0",
24-
"colors" : ">=0"
32+
"colors": ">=0"
2533
},
26-
"scripts" : {
27-
"test" : "node ./tests/test.js"
34+
"scripts": {
35+
"test": "node ./tests/test.js"
2836
}
2937
}

0 commit comments

Comments
 (0)