Skip to content

Commit 50b03fb

Browse files
author
greguz
committed
update package.json
1 parent 45b7c44 commit 50b03fb

2 files changed

Lines changed: 20 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,6 @@ This event fires with `callback(msg, err)` where `msg` is the response buffer an
8787

8888
...
8989

90-
# License: MIT
90+
# License
91+
92+
MIT

package.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
11
{
22
"name": "raidar",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "NetGear RAIDar node.js implementation",
55
"main": "index.js",
66
"scripts": {
77
"test": "node test.js",
88
"dump": "node dumper.js $1"
99
},
10-
"author": "Gregoletto Giacomo",
10+
"author": {
11+
"name" : "Giacomo Gregoletto"
12+
},
1113
"license": "MIT",
1214
"dependencies": {
1315
"lodash": "^3.4.0"
1416
},
15-
"repository" : {
16-
"type" : "git",
17-
"url" : "https://github.com/greguz/node-raidar.git"
18-
}
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/greguz/node-raidar.git"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/greguz/node-raidar/issues"
23+
},
24+
"devDependencies": {},
25+
"keywords": [
26+
"netgear",
27+
"raidar",
28+
"socket"
29+
]
1930
}

0 commit comments

Comments
 (0)