Skip to content

Commit

Permalink
Added package.json for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
martynsmith committed May 14, 2010
1 parent 185a2c5 commit 5ae154a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
@@ -0,0 +1,21 @@
{
"name" : "irc",
"description" : "An IRC client library for node",
"version" : "0.1.0",
"author" : "Martyn Smith <martyn@dollyfish.net.nz>",
"contributors" : [],
"repository" : {
"type" : "git",
"url" : "http://github.com/martynsmith/nodejs-irc"
},
"bugs" : {
"mail" : "martyn@dollyfish.net.nz",
"web" : "http://github.com/martynsmith/nodejs-irc/issues"
},
"main" : "lib/irc",
"engines" : { "node" : ">=0.1.91" },
"licenses" : [ {
"type" : "GPL",
"url" : "http://github.com/martynsmith/nodejs-irc/raw/master/COPYING"
} ]
}

0 comments on commit 5ae154a

Please sign in to comment.