mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
20 lines
474 B
JSON
20 lines
474 B
JSON
{
|
|
"name": "inouk.ikpdb",
|
|
"description": "IKPdb Python debugger plugin for Cloud9 IDE",
|
|
"version": "1.0.1",
|
|
"author": "Cyril MORISSE, Audaxis",
|
|
"contributors": [
|
|
{"name": "Cyril MORISSE", "email": "cmorisse@boxes3.net"}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/audaxis/c9.ide.run.debug.ikpdb.git"
|
|
},
|
|
"plugins": {
|
|
"ikpdb": {}
|
|
},
|
|
"categories": ["miscellaneous"],
|
|
"licenses": ["MIT"],
|
|
"engines": {"c9": ">=3.0.0"}
|
|
}
|