mbed3 add yotta JSON
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
fc772ccc00
commit
618b7b75ac
1 changed files with 16 additions and 0 deletions
16
module.json
Normal file
16
module.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "lws",
|
||||
"version": "0.0.0",
|
||||
"description": "Libwebsockets",
|
||||
"keywords": [
|
||||
"websockets",
|
||||
"ws"
|
||||
],
|
||||
"author": "Andy Green <andy@warmcat.com>",
|
||||
"homepage": "https://libwebsockets.org",
|
||||
"license": "LGPL2.1-SLE",
|
||||
"dependencies": {
|
||||
"mbed-drivers": "^0.11.1",
|
||||
"sockets": "^1.0.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue