UNPKG

c-chat

Version:
29 lines (28 loc) 558 B
{ "name": "c-chat", "version": "1.0.3", "description": "Secure Chat", "scripts": { "chat-start": "clear && bin/cchat start", "chat-help": "clear && bin/cchat help", "chat-version": "clear && bin/cchat version" }, "repository": { "type": "git", "url": "https://github.com/hackwork-tymm0/c-chat" }, "keywords": [ "secure", "chat", "programmers-chat" ], "author": "tymm0", "license": "MIT", "dependencies": { "ip": "^1.1.5", "jsonfile": "^3.0.0" }, "bin": { "c-chat": "./bin/c-chat" } }