mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
19 lines
475 B
JSON
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" }
|
|
}
|