tconv
Version:
Conversations via terminal/command prompt
38 lines (37 loc) • 747 B
JSON
{
"name": "tconv",
"version": "1.1.3",
"description": "Conversations via terminal/command prompt",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"chat",
"terminal",
"convo",
"socket.io",
"command",
"prompt",
"realtime",
"personal"
],
"repository": {
"type": "git",
"url": "https://github.com/faisalmohd/tconv-client"
},
"author": "Mohammad Faisal",
"license": "ISC",
"bin": {
"tconv": "app.js"
},
"preferGlobal": true,
"dependencies": {
"async": "^1.5.0",
"colors": "^1.1.2",
"express": "^4.10.2",
"node-notifier": "^4.3.1",
"socket.io-client": "^1.3.7",
"terminal-kit": "^0.16.4"
}
}