-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmodule.json
49 lines (49 loc) · 1.01 KB
/
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
43
44
45
46
47
48
49
{
"name": "mbed-hal-nrf51822-mcu",
"version": "2.2.0",
"description": "mbed HAL for Nordic nRF51822 MCUs",
"keywords": [
"mbed",
"hal",
"nrf51822",
"nordic",
"mbed-official"
],
"author": "austin.blackstone@arm.com",
"repository": {
"url": "https://github.com/ARMmbed/mbed-hal-nrf51822-mcu.git",
"type": "git"
},
"homepage": "https://github.com/ARMmbed/mbed-hal-nrf51822-mcu",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"extraIncludes": [
"mbed-hal-nrf51822-mcu"
],
"dependencies": {
"mbed-hal": "^1.0.0",
"cmsis-core": "^1.0.0",
"nrf51-sdk": "^2.0.0"
},
"targetDependencies": {
"bbcmicro": {
"mbed-hal-bbcmicro": "~0.0.1"
},
"seeedtinyble": {
"mbed-hal-seeedtinyble": "~0.0.1"
},
"mkit": {
"mbed-hal-mkit": "^1.0.0"
},
"nrf51dk": {
"mbed-hal-nrf51dk": "^2.0.0"
},
"nrf51-generic": {
"mbed-hal-nrf51-generic": "^1.0.0"
}
}
}