mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 17:59:53 +03:00
initial commit
This commit is contained in:
36
lib/uuid-telnet/library.json
Normal file
36
lib/uuid-telnet/library.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "uuid-telnet",
|
||||
"description": "Telnet service",
|
||||
"keywords": "communication,telnet",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Simon Arlott",
|
||||
"maintainer": true
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nomis/mcu-uuid-telnet.git"
|
||||
},
|
||||
"version": "0.1.0",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"homepage": "https://mcu-uuid-telnet.readthedocs.io/",
|
||||
"export": {
|
||||
"exclude": [
|
||||
".travis.yml",
|
||||
"test/*"
|
||||
]
|
||||
},
|
||||
"frameworks": [
|
||||
"arduino"
|
||||
],
|
||||
"dependencies": {
|
||||
"uuid-common": "^1.1.0",
|
||||
"uuid-log": "^2.1.1",
|
||||
"uuid-console": "^0.7.0"
|
||||
},
|
||||
"build": {
|
||||
"flags": "-Wall -Wextra",
|
||||
"libLDFMode": "chain+"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user