Files
socket.io/package.json
Guillermo Rauch 107806b304 Bump version
2010-11-01 17:10:52 -03:00

18 lines
444 B
JSON

{ "name" : "socket.io"
, "description" : "The cross-browser WebSocket"
, "version" : "0.6.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" }
}