mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-28 06:58:13 +00:00
25 lines
607 B
JSON
25 lines
607 B
JSON
{
|
|
"name": "CC: Generic Inventory",
|
|
"author": "DPSoftware Foundation",
|
|
"description": "Methods for interacting with inventories.",
|
|
"version": "1.0.0",
|
|
"category": "Peripheral",
|
|
"keyword": "generic peripheral",
|
|
"license": "GPL-3.0-or-later",
|
|
"peripherals": true,
|
|
"library": false,
|
|
"require_network": false,
|
|
"dependencies": [
|
|
"CCPeripheral"
|
|
],
|
|
"design_for_computer": {
|
|
"basic": true,
|
|
"adv": true,
|
|
"command": true,
|
|
"pocket": false,
|
|
"advpocket": false,
|
|
"turtle": true,
|
|
"advturtle": true
|
|
}
|
|
}
|