akurath
Version:
IDE Frontend for codepsaces.io
23 lines (22 loc) • 554 B
JSON
{
"name": "cb.terminal",
"version": "0.0.5",
"title": "Terminal",
"description": "Terminal tab integration into your workspace.",
"homepage": "https://github.com/FriendCode/codebox",
"license": "Apache",
"author": {
"name": "Codebox",
"email": "contact@friendco.de",
"url": "https://www.codebox.io"
},
"client": {
"main": "client"
},
"engines": {
"codebox": ">=0.7.0"
},
"dependencies": {
"sh.js": "git+https://github.com/FriendCode/sh.js#1.1.1"
}
}