forked from PelionIoT/sal-nanostack-driver-k64f-eth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
34 lines (34 loc) · 812 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
{
"name": "sal-nanostack-driver-k64f-eth",
"version": "2.0.0",
"description": "Nanostack abstraction layer for k64f ethernet",
"keywords": [
"mbed",
"network",
"k64f",
"mbed-official"
],
"author": "Hasnain Virk <[email protected]>",
"repository": {
"url": "[email protected]:ARMmbed/sal-nanostack-driver-k64f-eth.git",
"type": "git"
},
"homepage": "https://github.com/ARMmbed/sal-nanostack-driver-k64f-eth",
"licenses": [
{
"url": "https://spdx.org/licenses/BSD-3-Clause",
"type": "BSD-3-Clause"
},
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"extraIncludes": [
"sal-nanostack-driver-k64f-eth"
],
"dependencies": {
"sal-stack-nanostack": "^5.0.0"
},
"targetDependencies": {}
}