2014-07-06 22:29:30 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-wordpos",
|
2016-11-06 21:26:19 +01:00
|
|
|
"version" : "0.0.4",
|
2014-07-06 22:29:30 +02:00
|
|
|
"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/tree/master/analysis/wordpos"
|
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2014-07-06 22:29:30 +02:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|