akurath
Version:
IDE Frontend for codepsaces.io
31 lines • 664 B
JSON
{
"name": "cb.git",
"version": "0.0.3",
"title": "GIT",
"description": "Integration of Git 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"
},
"main": "./node/main",
"plugin": {
"provides": [
"git",
"git_rpc"
],
"consumes": [
"rpc",
"events",
"workspace"
]
},
"engines": {
"codebox": ">=0.7.0"
}
}