Preliminary main mbed library for nexpaq development
features/net/FEATURE_IPV6/coap-service/module.json@1:d96dbedaebdb, 2016-11-04 (annotated)
- Committer:
- nexpaq
- Date:
- Fri Nov 04 20:54:50 2016 +0000
- Revision:
- 1:d96dbedaebdb
- Parent:
- 0:6c56fb4bc5f0
Removed extra directories for other platforms
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nexpaq | 0:6c56fb4bc5f0 | 1 | { |
nexpaq | 0:6c56fb4bc5f0 | 2 | "name": "coap-service", |
nexpaq | 0:6c56fb4bc5f0 | 3 | "version": "4.0.1", |
nexpaq | 0:6c56fb4bc5f0 | 4 | "description": "CoAP Service library", |
nexpaq | 0:6c56fb4bc5f0 | 5 | "keywords": [ |
nexpaq | 0:6c56fb4bc5f0 | 6 | "coap", |
nexpaq | 0:6c56fb4bc5f0 | 7 | "service" |
nexpaq | 0:6c56fb4bc5f0 | 8 | ], |
nexpaq | 0:6c56fb4bc5f0 | 9 | "repository": { |
nexpaq | 0:6c56fb4bc5f0 | 10 | "url": "git@github.com:ARMmbed/coap-service.git", |
nexpaq | 0:6c56fb4bc5f0 | 11 | "type": "git" |
nexpaq | 0:6c56fb4bc5f0 | 12 | }, |
nexpaq | 0:6c56fb4bc5f0 | 13 | "homepage": "https://github.com/ARMmbed/coap-service", |
nexpaq | 0:6c56fb4bc5f0 | 14 | "license": "Apache-2.0", |
nexpaq | 0:6c56fb4bc5f0 | 15 | "extraIncludes": [ |
nexpaq | 0:6c56fb4bc5f0 | 16 | "coap-service", |
nexpaq | 0:6c56fb4bc5f0 | 17 | "nanostack-event-loop", |
nexpaq | 0:6c56fb4bc5f0 | 18 | "source/include" |
nexpaq | 0:6c56fb4bc5f0 | 19 | ], |
nexpaq | 0:6c56fb4bc5f0 | 20 | "dependencies": { |
nexpaq | 0:6c56fb4bc5f0 | 21 | "nanostack-libservice": "^3.0.0", |
nexpaq | 0:6c56fb4bc5f0 | 22 | "mbed-client-c": "^2.0.0", |
nexpaq | 0:6c56fb4bc5f0 | 23 | "sal-stack-nanostack": "^5.0.0", |
nexpaq | 0:6c56fb4bc5f0 | 24 | "mbedtls": "^2.0.0" |
nexpaq | 0:6c56fb4bc5f0 | 25 | }, |
nexpaq | 0:6c56fb4bc5f0 | 26 | "targetDependencies": {} |
nexpaq | 0:6c56fb4bc5f0 | 27 | } |