Skip to content

Commit

Permalink
Updated Package JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrutsko committed Mar 23, 2016
1 parent e42916c commit 03b3b1a
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,30 @@
"description" : "Native system automation for node.js",
"homepage" : "http://getrobot.net",

"author" :
"author":
{
"name" : "David Krutsko",
"email" : "dave@krutsko.net",
"url" : "http://krutsko.net"
},

"repository" :
"repository":
{
"type" : "git",
"url" : "https://github.com/Robot/robot-js.git"
},

"bugs" :
"bugs":
{
"url" : "https://github.com/Robot/issues/issues"
"url" : "https://github.com/Robot/robot-js/issues"
},

"keywords" :
"keywords":
[
"autoit",
"native",
"system",
"automation",
"hash",
"keyboard",
"mouse",
Expand All @@ -39,25 +43,24 @@
"timer",
"clock",
"clipboard",
"keylogging",
"automation"
"keylogging"
],

"os" :
"os":
[
"linux",
"darwin",
"win32"
],

"devDependencies" :
"devDependencies":
{
"sprintf-js" : "1.x.x",
"node-png" : "0.x.x",
"readline-sync" : "1.x.x"
"sprintf-js" : "^1",
"node-png" : "^0",
"readline-sync" : "^1"
},

"engines" :
"engines":
{
"node" : ">= 0.12.0"
}
Expand Down

0 comments on commit 03b3b1a

Please sign in to comment.