-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 4.45 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"_args": [
[
{
"raw": "https://github.com/raspilc/ioBroker.raspilc/tarball/master",
"scope": null,
"escapedName": null,
"name": null,
"rawSpec": "https://github.com/raspilc/ioBroker.raspilc/tarball/master",
"spec": "https://github.com/raspilc/ioBroker.raspilc/tarball/master",
"type": "remote"
},
"/"
],
[
{
"raw": "https://github.com/raspilc/ioBroker.raspilc/tarball/master",
"scope": null,
"escapedName": null,
"name": null,
"rawSpec": "https://github.com/raspilc/ioBroker.raspilc/tarball/master",
"spec": "https://github.com/raspilc/ioBroker.raspilc/tarball/master",
"type": "remote"
},
"/"
],
[
{
"raw": "https://github.com/raspilc/ioBroker.raspilc/tarball/master",
"scope": null,
"escapedName": null,
"name": null,
"rawSpec": "https://github.com/raspilc/ioBroker.raspilc/tarball/master",
"spec": "https://github.com/raspilc/ioBroker.raspilc/tarball/master",
"type": "remote"
},
"/home"
]
],
"_from": "https://github.com/raspilc/ioBroker.raspilc/tarball/master",
"_id": "iobroker.raspilc@0.1.2",
"_inCache": true,
"_location": "/iobroker.raspilc",
"_phantomChildren": {
"bindings": "1.3.0"
},
"_requested": {
"raw": "https://github.com/raspilc/ioBroker.raspilc/tarball/master",
"scope": null,
"escapedName": null,
"name": null,
"rawSpec": "https://github.com/raspilc/ioBroker.raspilc/tarball/master",
"spec": "https://github.com/raspilc/ioBroker.raspilc/tarball/master",
"type": "remote"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://github.com/raspilc/ioBroker.raspilc/tarball/master",
"_shasum": "a8902ed1c55aa25988c5a772eef2342062567062",
"_shrinkwrap": null,
"_spec": "https://github.com/raspilc/ioBroker.raspilc/tarball/master",
"_where": "/home",
"author": {
"name": "Ivo Lohs",
"email": "info@raspilc.de"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.raspilc/issues"
},
"contributors": [
{
"name": "Ivo Lohs",
"email": "info@raspilc.de"
}
],
"dependencies": {
"spi-device": "^2.0.4",
"i2c-bus": "^1.2.2"
},
"description": "raspilc",
"devDependencies": {
"chai": "^4.1.2",
"gulp": "^3.9.1",
"mocha": "^4.1.0"
},
"homepage": "https://github.com/ioBroker/ioBroker.raspilc",
"keywords": [
"ioBroker",
"raspilc",
"Smart Home",
"home automation",
"Analog",
"MCP3201",
"MCP3204",
"MCP4921",
"FRAM"
],
"license": "MIT",
"main": "main.js",
"name": "iobroker.raspilc",
"optionalDependencies": {},
"readme": "![Logo](admin/raspilc.png)\n# ioBroker.raspilc\n=================\n\nThis adapter isupports analog modules based on the MCP3204 or MCP3201 and MCP4921.\n\nInstall the adapter, activate the checkbox \"Module inserted\" and choose your installed module.\nThen type the desired update interval for analog values and save the settings.\n\n## Changelog\n\n### 0.0.1 (2018.10.06)\n* (raspilc) initial release\n\n## License\nThe MIT License (MIT)\n\nCopyright (c) 2018 Ivo Lohs <info@raspilc.de>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/ioBroker/ioBroker.raspilc.git"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"version": "0.1.2"
}