This repository was archived by the owner on Mar 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·64 lines (64 loc) · 1.68 KB
/
package.json
File metadata and controls
executable file
·64 lines (64 loc) · 1.68 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "node-enocean",
"version": "1.1.0",
"description": "full implementation of the enocean protocol (ESP3 + EEP2.6)",
"main": "index.js",
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Holger-Will/node-enocean.git"
},
"keywords": [
"enocean",
"eep",
"iot",
"home automation",
"internet of things"
],
"author": {
"name": "Holger Will"
},
"license": "ISC",
"dependencies": {
"serialport": "^4.0.7"
},
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3",
"node-enocean-button": "^1.0.0",
"node-enocean-dimmer": "^1.0.0"
},
"gitHead": "af2c71d66f4f7b398f4c0fe865ce38366d3326a9",
"bugs": {
"url": "https://github.com/Holger-Will/node-enocean/issues"
},
"homepage": "https://github.com/Holger-Will/node-enocean#readme",
"_id": "node-enocean@1.1.0",
"_shasum": "63089cf6db03c3c9379d9c1c35d2444106cfcf2a",
"_from": "node-enocean@>=1.0.2 <2.0.0",
"_npmVersion": "3.8.5",
"_nodeVersion": "5.9.1",
"_npmUser": {
"name": "holgerwill",
"email": "h.will@klimapartner.de"
},
"dist": {
"shasum": "63089cf6db03c3c9379d9c1c35d2444106cfcf2a",
"tarball": "https://registry.npmjs.org/node-enocean/-/node-enocean-1.1.0.tgz"
},
"maintainers": [
{
"name": "holgerwill",
"email": "h.will@klimapartner.de"
}
],
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/node-enocean-1.1.0.tgz_1460874863839_0.6549037131480873"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/node-enocean/-/node-enocean-1.1.0.tgz",
"readme": "ERROR: No README data found!"
}