-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 955 Bytes
/
package.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
{
"name": "pimatic-ds18b20",
"description": "Support for the DS18B20 1-wire digital temperature sensor.",
"author": "Oliver Schneider <[email protected]> (http://sweetpi.de)",
"license": "GPL-2.0",
"main": "ds18b20",
"files": [
"ds18b20.coffee",
"README.md",
"LICENSE",
"ds18b20-config-schema.coffee",
"device-config-schema.coffee"
],
"version": "0.8.9",
"homepage": "http://github.com/pimatic/pimatic-ds18b20",
"repository": {
"type": "git",
"url": "git://github.com/pimatic/pimatic-ds18b20.git"
},
"keywords": [
"pimatic",
"pimatic-plugin",
"devices",
"ds18b20"
],
"configSchema": "ds18b20-config-schema.coffee",
"dependencies": {
"ds18b20": "git+https://github.com/sweetpi/ds18b20.git#388a9e9515d81b384036869b92711784a4b9c5b1"
},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
}
}