Pinned to some recent date
features/nanostack/FEATURE_NANOSTACK/coap-service/module.json@0:fb7af294d5d9, 2016-11-17 (annotated)
- Committer:
- Simon Cooksey
- Date:
- Thu Nov 17 16:43:53 2016 +0000
- Revision:
- 0:fb7af294d5d9
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Simon Cooksey |
0:fb7af294d5d9 | 1 | { |
Simon Cooksey |
0:fb7af294d5d9 | 2 | "name": "coap-service", |
Simon Cooksey |
0:fb7af294d5d9 | 3 | "version": "4.0.3", |
Simon Cooksey |
0:fb7af294d5d9 | 4 | "description": "CoAP Service library", |
Simon Cooksey |
0:fb7af294d5d9 | 5 | "keywords": [ |
Simon Cooksey |
0:fb7af294d5d9 | 6 | "coap", |
Simon Cooksey |
0:fb7af294d5d9 | 7 | "service" |
Simon Cooksey |
0:fb7af294d5d9 | 8 | ], |
Simon Cooksey |
0:fb7af294d5d9 | 9 | "repository": { |
Simon Cooksey |
0:fb7af294d5d9 | 10 | "url": "git@github.com:ARMmbed/coap-service.git", |
Simon Cooksey |
0:fb7af294d5d9 | 11 | "type": "git" |
Simon Cooksey |
0:fb7af294d5d9 | 12 | }, |
Simon Cooksey |
0:fb7af294d5d9 | 13 | "homepage": "https://github.com/ARMmbed/coap-service", |
Simon Cooksey |
0:fb7af294d5d9 | 14 | "license": "Apache-2.0", |
Simon Cooksey |
0:fb7af294d5d9 | 15 | "extraIncludes": [ |
Simon Cooksey |
0:fb7af294d5d9 | 16 | "coap-service", |
Simon Cooksey |
0:fb7af294d5d9 | 17 | "nanostack-event-loop", |
Simon Cooksey |
0:fb7af294d5d9 | 18 | "source/include" |
Simon Cooksey |
0:fb7af294d5d9 | 19 | ], |
Simon Cooksey |
0:fb7af294d5d9 | 20 | "dependencies": { |
Simon Cooksey |
0:fb7af294d5d9 | 21 | "nanostack-libservice": "^3.0.0", |
Simon Cooksey |
0:fb7af294d5d9 | 22 | "mbed-client-c": "^3.0.0", |
Simon Cooksey |
0:fb7af294d5d9 | 23 | "sal-stack-nanostack": "^5.0.0", |
Simon Cooksey |
0:fb7af294d5d9 | 24 | "mbedtls": "^2.0.0" |
Simon Cooksey |
0:fb7af294d5d9 | 25 | }, |
Simon Cooksey |
0:fb7af294d5d9 | 26 | "targetDependencies": {} |
Simon Cooksey |
0:fb7af294d5d9 | 27 | } |