iocat
Version:
WebSocket netcat with Socket.io support
37 lines (36 loc) • 683 B
JSON
{
"name": "iocat",
"version": "0.4.1",
"description": "WebSocket netcat with Socket.io support",
"main": "index.js",
"bin": {
"iocat": "./bin/iocat"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/moul/iocat"
},
"dependencies": {
"commander": "^2.9.0",
"socket.io": "^1.4.2",
"socket.io-client": "^1.4.2",
"ws": "^1.0.1"
},
"devDependencies": {},
"keywords": [
"WebSocket",
"socket.io",
"shell",
"utils",
"netcat"
],
"author": "Manfred Touron <m@42.am>",
"license": "MIT",
"readmeFilename": "README.md"
}