mbed-os

Fork of mbed-os by erkin yucel

features/nanostack/FEATURE_NANOSTACK/coap-service/module.json

Committer:
xuaner
Date:
2017-07-20
Revision:
1:3deb71413561
Parent:
0:f269e3021894

File content as of revision 1:3deb71413561:

{
  "name": "coap-service",
  "version": "4.0.3",
  "description": "CoAP Service library",
  "keywords": [
    "coap",
    "service"
  ],
  "repository": {
    "url": "git@github.com:ARMmbed/coap-service.git",
    "type": "git"
  },
  "homepage": "https://github.com/ARMmbed/coap-service",
  "license": "Apache-2.0",
  "extraIncludes": [
    "coap-service",
    "nanostack-event-loop",
    "source/include"
  ],
  "dependencies": {
    "nanostack-libservice": "^3.0.0",
    "mbed-client-c": "^3.0.0",
    "sal-stack-nanostack": "^5.0.0",
    "mbedtls": "^2.0.0"
  },
  "targetDependencies": {}
}