Inital Commit
[oweals/finalsclub.git] / bruml / lib / socket.io / package.json
1 {
2     "name": "socket.io"
3   , "description": "The cross-browser WebSocket"
4   , "version": "0.6.17"
5   , "author": "Guillermo Rauch <guillermo@learnboost.com>"
6   , "contributors": [
7         { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }
8       , { "name": "Arnout Kazemier", "email": "info@3rd-eden.com" }
9     ]
10   , "licenses": [{
11         "type": "MIT"
12       , "url": "http://github.com/learnboost/Socket.IO-node/raw/master/README.md"
13     }]
14   , "repository": {
15         "type": "git"
16       , "url": "http://github.com/learnboost/Socket.IO-node.git"
17     }
18   , "engine": [ "node >=0.1.102" ]
19   , "main": "./index"
20   , "scripts": { "test" : "make test" }
21 }