my version with changed conversion between duration units

Fork of BLE_API by Bluetooth Low Energy

Revision:
746:e2c7eb0f8b26
Parent:
744:272fe9a9394e
Child:
757:4cd3b18607ec
--- a/module.json	Tue Jul 21 13:25:38 2015 +0100
+++ b/module.json	Tue Jul 21 13:25:38 2015 +0100
@@ -8,7 +8,7 @@
   ],
   "author": "Rohit Grover",
   "repository": {
-    "url": "git@github.com:mbedmicro/BLE_API.git",
+    "url": "git@github.com:ARMmbed/BLE_API.git",
     "type": "git"
   },
   "homepage": "http://mbed.org/ble",
@@ -19,11 +19,13 @@
     }
   ],
   "dependencies": {
-    "mbed-classic":"~0.0.1"
   },
   "targetDependencies": {
     "nrf51822": {
       "ble-nrf51822":"~0.4.2"
+    },
+    "mbed-classic": {
+      "mbed-classic":"~0.0.1"
     }
   }
 }
\ No newline at end of file