-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathevothings.json
More file actions
32 lines (32 loc) · 785 Bytes
/
evothings.json
File metadata and controls
32 lines (32 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "body_motion",
"version": "1.4.0",
"title": "Body Motion Sensors",
"description": "This app tracks body motion by connecting with TI SensorTag CC2650 using BLE ",
"tags": [
{
"label": "ti-sensortag",
"type": "platform"
},
{
"label": "ble",
"type": "comm"
}
],
"libraries": [
{
"name": "jquery",
"version": "2.1.1"
}
],
"index-file": "index.html",
"uuid": "4187d20c-b61c-4b2a-b633-ab9516d890c8",
"icon": "app-icon.png",
"doc-url": "none",
"plugins": [],
"long-description": "This app tracks body motion by connecting with TI SensorTag CC2650 using BLE ",
"author-name": "Team Io_oT",
"author-email": "none",
"author-url": "none",
"cordova-id": "au.edu.unsw.cse.ioot.bodymotion"
}