-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathlabenviron.json
More file actions
40 lines (40 loc) · 1.73 KB
/
labenviron.json
File metadata and controls
40 lines (40 loc) · 1.73 KB
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
33
34
35
36
37
38
39
40
{
"name": "LabEnviron",
"organization": "Air Force Research Laboratory Quantum Research",
"description": "A small webapp to record and display environmental measurements made from the Adafruit development board for the BME280 sensor chip. The interface is expected to be made on a Raspberry Pi, but may be made to work using other hardware.",
"tags": [
"sensors",
"environment monitor"
],
"contact": {
"email": "spencer.olson.2@spaceforce.mil"
},
"openSourceProject": 1,
"governmentWideReuseProject": 1,
"status": "Production",
"vcs": "git",
"downloadURL": "https://github.com/afrl-quantum/labenviron",
"repositoryURL": "https://github.com/afrl-quantum/labenviron",
"homepageURL": "https://github.com/afrl-quantum/labenviron",
"languages": ["Python"],
"partners": [],
"permissions": {
"licenses": [
{
"URL": "https://github.com/afrl-quantum/labenviron/blob/master/COPYING",
"name": "MIT"
}
],
"usageType": "openSource",
"exemptionText": null
},
"laborHours": 5,
"version": "0.2.0",
"date": {
"created": "2016-10-20",
"lastModified": "2021-03-26",
"metadataLastUpdated": "2021-03-26"
},
"disclaimerText": "The software is provided 'as is', without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.",
"disclaimerURL": "https://github.com/afrl-quantum/labenviron/blob/master/COPYING"
}