-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
22 lines (22 loc) · 823 Bytes
/
library.json
File metadata and controls
22 lines (22 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "AtHome",
"keywords": "iot, sensors, home, cloud, web, air, luminosity, temperature, humidity, noise",
"description": "AtHome is a set of smart devices enabling to monitor a house's environment and the possible effects on human health. A smartphone application communicating with sensing devices put into the house, enable the user to get advices, tips and solutions to potential problems, and to communicate with other members of @Home community, to be able to live better at home.",
"repository": {
"type": "git",
"url": "https://github.com/AtHomeEIP/AtHomeLibrary.git"
},
"version": "0.0.1",
"authors": {
"name": "AtHome team",
"url": "https://woodbox.io"
},
"exclude": [
"doc",
"removed",
"extras",
"test"
],
"frameworks": "arduino",
"platforms": "*"
}