gitduck
Version:
Share your terminal on a Duckly video call
47 lines (46 loc) • 780 B
JSON
{
"name": "gitduck",
"version": "0.1.1",
"description": "Share your terminal on a Duckly video call",
"main": "index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "echo \"No test specified\""
},
"bin": {
"gitduck": "./bin/duckly.js"
},
"keywords": [
"pair programming",
"video chat",
"collaboration",
"remote",
"sharing",
"pair",
"meet",
"screen",
"code",
"co-edit",
"share",
"mob programming",
"terminal",
"teletype",
"gitduck",
"git duck",
"duckly",
"console"
],
"author": "",
"license": "Custom",
"bugs": {
"url": "https://duckly.com/community"
},
"homepage": "https://duckly.com",
"files": [
"README.md",
"index.js",
"bin"
]
}