14 lines
281 B
JSON
14 lines
281 B
JSON
{
|
|
"name" : "node-red-contrib-micropub",
|
|
"version": "0.1.1",
|
|
"dependencies": {
|
|
"micropub-helper": "1.5.3"
|
|
},
|
|
"node-red" : {
|
|
"nodes": {
|
|
"indieauth": "indieauth.js",
|
|
"micropub-create": "micropub-create.js"
|
|
}
|
|
}
|
|
}
|