mbed3 add yotta JSON

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2015-11-02 08:22:16 +08:00
parent fc772ccc00
commit 618b7b75ac

16
module.json Normal file
View 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"
}
}