ccIDE/blocks/IDE/index.json
damp11113 62d6a70841 update 1.1
add new package manager
2024-07-15 22:56:19 +07:00

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
}
}