Files
socket.io/package.json
2011-02-25 03:37:26 -08:00

19 lines
475 B
JSON

{ "name": "socket.io-browser"
, "description": "Browser-side code for Socket.IO"
, "version": "0.6.2"
, "main" : "./socket.io.js"
, "homepage": "http://socket.io"
, "repository":
{ "type": "git"
, "url": "git://github.com/LearnBoost/Socket.IO.git"
}
, "author": "LearnBoost"
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/learnboost/Socket.IO/raw/master/README.md"
} ]
, "engines": { "node": "*" }
, "scripts" :
{ "install" : "bin/build" }
}