Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Commit

Permalink
Added node-gyp as a dependency in package.json
Browse files Browse the repository at this point in the history
Added myself as a contributor in package.json
  • Loading branch information
andreasbotsikas committed May 29, 2012
1 parent 772d7b1 commit 83f0f83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"overload",
"__noSuchMethod__"
],
"contributors" : [ "Sam Shull <http://www.google.com/profiles/brickysam26>", "richardms <https://github.com/richardms>" ],
"contributors" : [ "Sam Shull <http://www.google.com/profiles/brickysam26>", "richardms <https://github.com/richardms>", "Andreas Botsikas <http://webinos.org/bio-andreas-botsikas/>" ],
"licenses" : [
{
"type" : "MIT",
Expand All @@ -23,6 +23,9 @@
],
"engines" : {
"node" : ">=0.6"
},
"dependencies" : {
"node-gyp" : "*"
},
"repositories" : [
{
Expand Down

0 comments on commit 83f0f83

Please sign in to comment.