mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-28 06:58:13 +00:00
22 lines
524 B
JSON
22 lines
524 B
JSON
{
|
|
"name": "IDE",
|
|
"author": "DPSoftware Foundation",
|
|
"description": "Block for IDE",
|
|
"version": "1.0.0",
|
|
"category": "Blockly Extensions",
|
|
"keyword": "test",
|
|
"license": "GPL-3.0-or-later",
|
|
"peripherals": false,
|
|
"library": true,
|
|
"require_network": false,
|
|
"dependencies": {},
|
|
"design_for_computer": {
|
|
"basic": true,
|
|
"adv": true,
|
|
"command": true,
|
|
"pocket": true,
|
|
"advpocket": true,
|
|
"turtle": true,
|
|
"advturtle": true
|
|
}
|
|
} |