/js/lib/Socket.IO-node/package.json
http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs · JSON · 21 lines · 21 code · 0 blank · 0 comment · 0 complexity · 498eea3757cae3428fa4b59c8735a4eb MD5 · raw file
- {
- "name": "socket.io"
- , "description": "The cross-browser WebSocket"
- , "version": "0.6.17"
- , "author": "Guillermo Rauch <guillermo@learnboost.com>"
- , "contributors": [
- { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }
- , { "name": "Arnout Kazemier", "email": "info@3rd-eden.com" }
- ]
- , "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" }
- }