UNPKG
cmnode-smarthub-config
Version:
latest (0.0.2)
0.0.2
cmnode-smarthub-config
/
package.json
17 lines
(16 loc)
•
291 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"cmnode-smarthub-config"
,
"version"
:
"0.0.2"
,
"description"
:
""
,
"main"
:
"cmnode.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
""
,
"license"
:
"ISC"
,
"node-red"
: {
"nodes"
: {
"smarthub"
:
"cmnode.js"
} } }