UNPKG

linda-socket.io

Version:
46 lines (45 loc) 1.13 kB
{ "name": "linda-socket.io", "version": "0.2.2", "private": false, "description": "Linda implementation on Socket.IO", "main": "lib/linda-socketio.js", "scripts": { "test": "grunt test" }, "keywords": [ "linda", "socket.io" ], "author": "Sho Hashimoto <hashimoto@shokai.org>", "license": "MIT", "devDependencies": { "coffee-errors": "*", "coffee-script": "*", "mocha": "*", "grunt": "*", "grunt-simple-mocha": "*", "grunt-notify": "*", "grunt-contrib-coffee": "*", "grunt-coffeelint": "git+https://github.com/geta6/grunt-coffeelint", "grunt-contrib-watch": "git+https://github.com/gruntjs/grunt-contrib-watch", "async": "*" }, "dependencies": { "socket.io": "*", "socket.io-client": "*", "eventemitter2": "~0.4.13", "debug": "~0.7.4" }, "directories": { "test": "tests" }, "repository": { "type": "git", "url": "git://github.com/node-linda/linda-socket.io.git" }, "bugs": { "url": "https://github.com/node-linda/linda-socket.io/issues" }, "homepage": "https://github.com/node-linda/linda-socket.io" }