-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.31 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
{
"_args": [
[
"node-red-piface",
""
]
],
"_from": "node-red-piface@latest",
"_id": "node-red-piface@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/node-red-piface",
"_nodeVersion": "4.3.0",
"_npmUser": {
"email": "contact@cmarquis.net",
"name": "ced-dev"
},
"_npmVersion": "2.14.12",
"_phantomChildren": {},
"_requested": {
"name": "node-red-piface",
"raw": "node-red-piface",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_shrinkwrap": null,
"_spec": "node-red-piface",
"_where": "",
"author": {
"email": "contact@cmarquis.net",
"name": "ced-dev",
"url": "http://www.cmarquis.net"
},
"dependencies": {
"piface": ">= 2.0.0"
},
"description": "Node-RED nodes to read from and write to a PiFace Digital Raspberry Pi add-on board",
"devDependencies": {},
"directories": {},
"keywords": [
"node-red",
"piface"
],
"license": "MIT",
"name": "node-red-piface",
"node-red": {
"nodes": {
"piface": "piface.js"
}
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "https://github.com/ced-dev/node-red-piface"
},
"scripts": {},
"version": "1.0.0"
}