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

26 lines
729 B
JSON

{
"name" : "node-red-node-wordpos",
"version" : "0.0.4",
"description" : "A Node-RED node that breaks a sentence into the various parts of (English) speech.",
"dependencies" : {
"wordpos" : "0.1.*"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git",
"directory" : "tree/master/analysis/wordpos"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "wordpos" ],
"node-red" : {
"nodes" : {
"wordpos": "72-wordpos.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}