mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-27 22:48:13 +00:00
23 lines
625 B
JSON
23 lines
625 B
JSON
{
|
|
"name": "CC: Peripheral",
|
|
"author": "DPSoftware Foundation",
|
|
"description": "Peripherals are blocks (or turtle and pocket computer upgrades) which can be controlled by a computer.",
|
|
"version": "1.0.0",
|
|
"category": "Peripheral",
|
|
"keyword": "peripheral",
|
|
"license": "GPL-3.0-or-later",
|
|
"peripherals": true,
|
|
"library": false,
|
|
"require_network": false,
|
|
"dependencies": [],
|
|
"design_for_computer": {
|
|
"basic": true,
|
|
"adv": true,
|
|
"command": true,
|
|
"pocket": false,
|
|
"advpocket": false,
|
|
"turtle": true,
|
|
"advturtle": true
|
|
}
|
|
}
|