21 lines
579 B
JSON
21 lines
579 B
JSON
{
|
|
"name" : "node-red-contrib-micropub",
|
|
"version": "0.3.1",
|
|
"description": "Node that publishes to micropub endpoints",
|
|
"dependencies": {
|
|
"micropub-helper": "1.5.3"
|
|
},
|
|
"keywords": ["node-red"],
|
|
"node-red" : {
|
|
"nodes": {
|
|
"indieauth": "indieauth.js",
|
|
"micropub-create": "micropub-create.js"
|
|
}
|
|
},
|
|
"repository": "github:pstuifzand/node-red-contrib-micropub",
|
|
"bugs": {
|
|
"url" : "https://github.com/pstuifzand/node-red-contrib-micropub/issues",
|
|
"email" : "node-red@p83.nl"
|
|
}
|
|
}
|