-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
pxt.json
38 lines (38 loc) · 830 Bytes
/
pxt.json
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
{
"name": "microbit-dstemp",
"version": "0.1.26",
"description": "Dallas/Maxim DS18B20 Temperature Probe",
"license": "MIT",
"dependencies": {
"core": "*"
},
"files": [
"README.md",
"dstemp.ts",
"dstemp.cpp",
"shims.d.ts",
"enums.d.ts",
"pxtparts.json",
"parts/ds18b20probe.svg"
],
"testFiles": [
"test.ts"
],
"public": true,
"targetVersions": {
"target": "4.0.16",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj",
"authors": [
"Bill Siever <[email protected]>"
],
"card": {
"name": "DS Temp Sensors",
"imageUrl": "file:../dstemp/icon.png",
"feedbackUrl": "http://siever.info"
}
}