Tested and connected with nRF Control panel in android device

Revision:
0:a27dfda81620
Child:
2:cc8349878a7d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/module.json	Tue Jul 26 14:50:43 2016 +0100
@@ -0,0 +1,15 @@
+{
+  "name": "ble-thermometer",
+  "version": "0.0.1",
+  "description": "This example demonstrates how to use the Health Thermometer Service. The Health Thermometer service reports two pieces of information, Temperature and Sensor Location.",
+  "licenses": [
+    {
+      "url": "https://spdx.org/licenses/Apache-2.0",
+      "type": "Apache-2.0"
+    }
+  ],
+  "dependencies": {
+    "ble": "^2.0.0"
+  },
+  "bin": "./source"
+}