forked from ARMmbed/sockets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
38 lines (38 loc) · 695 Bytes
/
module.json
File metadata and controls
38 lines (38 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "sockets",
"version": "1.3.0",
"description": "C++ Asynchronous Sockets Layer",
"keywords": [
"mbed",
"network",
"sockets",
"mbed-official"
],
"author": "brendan.moran@arm.com",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"dependencies": {
"sal": "^1.1.3",
"core-util": "^1.0.0",
"minar": "^1.0.0"
},
"testDependencies": {
"mbed-drivers": "^1.0.0",
"unity": "^2.0.1",
"greentea-client": ">=0.1.4,<2.0.0"
},
"scripts": {
"testReporter": [
"mbedgt",
"--digest",
"stdin",
"-v",
"-V"
]
},
"targetDependencies": {}
}