Preliminary main mbed library for nexpaq development

Committer:
nexpaq
Date:
Fri Nov 04 20:27:58 2016 +0000
Revision:
0:6c56fb4bc5f0
Moving to library for sharing updates

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nexpaq 0:6c56fb4bc5f0 1 {
nexpaq 0:6c56fb4bc5f0 2 "name": "mbed-mesh-api",
nexpaq 0:6c56fb4bc5f0 3 "version": "3.0.2",
nexpaq 0:6c56fb4bc5f0 4 "description": "Mesh networking interface",
nexpaq 0:6c56fb4bc5f0 5 "keywords": [
nexpaq 0:6c56fb4bc5f0 6 "Mesh",
nexpaq 0:6c56fb4bc5f0 7 "6LoWPAN",
nexpaq 0:6c56fb4bc5f0 8 "Thread"
nexpaq 0:6c56fb4bc5f0 9 ],
nexpaq 0:6c56fb4bc5f0 10 "author": "Arto Kinnunen <arto.kinnunen@arm.com>",
nexpaq 0:6c56fb4bc5f0 11 "repository": {
nexpaq 0:6c56fb4bc5f0 12 "url": "git@github.com:ARMmbed/mbed-mesh-api.git",
nexpaq 0:6c56fb4bc5f0 13 "type": "git"
nexpaq 0:6c56fb4bc5f0 14 },
nexpaq 0:6c56fb4bc5f0 15 "homepage": "https://github.com/ARMmbed/mbed-mesh-api",
nexpaq 0:6c56fb4bc5f0 16 "license": "Apache-2.0",
nexpaq 0:6c56fb4bc5f0 17 "dependencies": {
nexpaq 0:6c56fb4bc5f0 18 "sal-iface-6lowpan": "^3.0.0"
nexpaq 0:6c56fb4bc5f0 19 },
nexpaq 0:6c56fb4bc5f0 20 "testDependencies": {
nexpaq 0:6c56fb4bc5f0 21 "atmel-rf-driver": "^3.0.0"
nexpaq 0:6c56fb4bc5f0 22 },
nexpaq 0:6c56fb4bc5f0 23 "targetDependencies": {}
nexpaq 0:6c56fb4bc5f0 24 }