Skip to content

Commit

Permalink
Add package.json for npm installableness
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 29, 2010
1 parent 4acf98d commit 420b364
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{ "name" : "socket.io"
, "description" : "Sockets for the rest of us."
, "version" : "0.5.1"
, "author" : "LearnBoost"
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/LearnBoost/Socket.IO-node/raw/master/README.md"
}
]
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/LearnBoost/Socket.IO-node.git"
}
, "engine" : [ "node >=0.1.102" ]
, "main" : "./index"
, "scripts" : { "test" : "make test" }
}

0 comments on commit 420b364

Please sign in to comment.