mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
36 lines
624 B
JSON
36 lines
624 B
JSON
{
|
|
"name": "uuid-console",
|
|
"description": "Console shell",
|
|
"keywords": "console, shell, command line",
|
|
"authors": [
|
|
{
|
|
"name": "Simon Arlott",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nomis/mcu-uuid-console.git"
|
|
},
|
|
"version": "0.7.3",
|
|
"license": "GPL-3.0-or-later",
|
|
"homepage": "https://mcu-uuid-console.readthedocs.io/",
|
|
"export": {
|
|
"exclude": [
|
|
".travis.yml",
|
|
"test/*"
|
|
]
|
|
},
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"dependencies": {
|
|
"uuid-common": "^1.0.0",
|
|
"uuid-log": "^2.0.3"
|
|
},
|
|
"build": {
|
|
"flags": "-Wall -Wextra",
|
|
"libLDFMode": "off"
|
|
}
|
|
}
|