-
Notifications
You must be signed in to change notification settings - Fork 15
/
module.json
42 lines (42 loc) · 928 Bytes
/
module.json
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
39
40
41
42
{
"name": "mbed-trace",
"version": "1.3.0",
"description": "Trace library for mbed devices",
"keywords": [
"trace",
"debug",
"library",
"client",
"mbedOS",
"mbed"
],
"author": "Jussi Vatjus-Anttila",
"repository": {
"url": "https://github.com/ARMmbed/mbed-trace.git",
"type": "git"
},
"homepage": "https://github.com/ARMmbed/mbed-trace",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"testTargetDependencies": {
"x86-linux-native": {
"cpputest": "ARMmbed/cpputest",
"nanostack-libservice": "^3.6.0"
},
"x86-osx-native": {
"cpputest": "ARMmbed/cpputest",
"nanostack-libservice": "^3.6.0"
},
"x86-windows-native": {
"cpputest": "ARMmbed/cpputest",
"nanostack-libservice": "^3.6.0"
}
},
"dependencies": {
"nanostack-libservice": "^3.6.0"
}
}