node-red-nodes/analysis/swearfilter/package.json

25 lines
720 B
JSON

{
"name" : "node-red-node-badwords",
"version" : "0.0.5",
"description" : "A Node-RED node that attempts to filter out messages containing swearwords.",
"dependencies" : {
"badwords" : "0.0.3"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/swearfilter"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "badwords", "swearfilter" ],
"node-red" : {
"nodes" : {
"badwords": "74-swearfilter.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}