UNPKG

friends

Version:

P2P chat powered by webrtc in a terminal

57 lines (56 loc) 1.29 kB
{ "name": "friends", "description": "P2P chat powered by webrtc in a terminal", "version": "1.0.0-alpha.1", "author": "Dan Flettre <flettre@gmail.com>", "bin": "./bin/cmd.js", "bugs": { "url": "https://github.com/moose-team/friend-cli/issues" }, "dependencies": { "application-config-path": "^0.1.0", "blessed": "^0.1.81", "cat-names": "^1.0.2", "color-hash": "^1.0.3", "end-of-stream": "^1.1.0", "friends-swarm": "^2.1.1", "ghsign": "^3.0.6", "github-current-user": "^2.5.0", "identicon.js": "^1.3.0", "jimp": "^0.2.27", "leveldown": "^1.5.0", "levelup": "^1.3.3", "memdown": "^1.2.2", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "moment": "^2.15.2", "simple-get": "^2.3.0", "subleveldown": "^2.1.0", "wrtc": "0.0.61" }, "devDependencies": { "standard": "^8.5.0" }, "engines": { "node": ">=4" }, "homepage": "https://github.com/moose-team/friends-cli", "keywords": [ "chat", "cli", "friends", "p2p", "terminal", "webrtc" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/moose-team/friends-cli.git" }, "scripts": { "start": "node bin/cmd.js", "test": "standard" } }