node-red-nodes/package.json

66 lines
1.7 KiB
JSON
Raw Normal View History

{
2017-11-06 23:17:49 +01:00
"name": "node-red-nodes",
"version": "0.1.0",
2017-11-06 23:17:49 +01:00
"description": "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes.git"
},
"scripts": {
"test": "grunt"
},
"contributors": [
2017-11-06 23:17:49 +01:00
{
"name": "Dave Conway-Jones"
},
{
"name": "Nick O'Leary"
},
{
"name": "Ben Hardill"
},
{
"name": "Mike Blackstock"
2017-11-06 23:17:49 +01:00
}
],
"keywords": [
"node-red",
2017-11-06 23:17:49 +01:00
"nodes",
"flow"
],
"devDependencies": {
2017-11-06 23:17:49 +01:00
"exif": "^0.6.0",
2020-05-05 20:36:48 +02:00
"feedparser": "^2.2.10",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
2019-04-24 15:27:55 +02:00
"grunt-contrib-jshint": "^2.1.0",
"grunt-jscs": "^3.0.1",
"grunt-lint-inline": "^1.0.0",
"grunt-simple-mocha": "^0.4.1",
2017-11-06 23:17:49 +01:00
"imap": "^0.8.19",
"mailparser": "^3.6.4",
"markdown-it": "^12.3.2",
"mocha": "~6.2.3",
2017-11-06 23:17:49 +01:00
"msgpack-lite": "^0.1.26",
2019-04-24 15:27:55 +02:00
"multilang-sentiment": "^1.2.0",
2019-03-06 18:44:58 +01:00
"ngeohash": "^0.6.3",
"node-red": "^3.0.2",
"node-red-node-test-helper": "^0.3.0",
"nodemailer": "^6.9.1",
XOAuth2 for Email-In node (#975) * Update PULL_REQUEST_TEMPLATE.md * Add new UI elements to Email In node Locale for en-US Added Auth type and Token field to Email IN Dynamically appear based on selection * XOAUTH2 IMAP Minor UI changes. Exposing only XOAuth2. Picks up raw access token from input message specified. Only works for IMAP Token formatted by node for Exchange and GMail, won't work on other providers. Only works on trigger, not timer TODO: Add POP XOAUTH2 capability Add SMTP XOAUTH2 capability Add option to pass SASL XAOUTH2 token rather than raw OAUTH2 token * SASL Format Added checkbox to turn off SASL formatting if the user wants to do this themselves * XOAuth2 forces input Using XOauth2 forces triggered node, and automatic trigger sets auth to basic; XOAuth2 needs token from flow * Error reporting Password missing error only occurs if set to basic authentication. Token missing only occurs if set to XOAuth2. * Unit tests Make sure basic authentication is selected by default, and that an additional input is created and timed triggers are turned off for XOauth2 * Cleanup and README Remove old code, update readme * XOauth2 IMAP Release Prevent XOAuth2 being used for POP. Update PR Template. Updated help file. Bumped version to 1.19-beta * Update POP3 dependency Removed dependency to poplib.js, moved to node-pop3. Re-wrote checkPOP3 function asynchronously using the new library. Added some node.status changes to mimic IMAP behaviour. * XOAUTH2 POP3 Added checking for authentication type to allow XOauth2 tokens to be sent to POP server. Turned off UI restrictions for this functionality. * XOAUTH2 POP3 Release Updated help docs and version to reflect changes. * Add new UI elements to Email Out node Add option for XAouth2 for SMTP node * XOAUTH2 SMTP Exposing functionality for OAuth2 through Nodemailer. Added some error reporting if credentials are missing to match the Email-In node. * XOAUTH2 SMTP Release Updated help file to reflect changes. * Unit Tests for Email Out Modified tests to allow these unit tests to pass, but does not address the fault caused by the Node Test Helper - credentials only loaded after the flow has been loaded. --------- Co-authored-by: Dave Conway-Jones <dceejay@users.noreply.github.com>
2023-03-27 21:27:47 +02:00
"node-pop3": "^0.8.0",
"proxyquire": "^2.1.3",
2019-03-06 18:44:58 +01:00
"pushbullet": "^2.4.0",
"sentiment": "^2.1.0",
2018-09-24 22:12:23 +02:00
"should": "^13.2.3",
"sinon": "~7.5.0",
"smtp-server": "^3.11.0",
2019-04-24 15:27:55 +02:00
"supertest": "^4.0.2",
2017-11-06 23:17:49 +01:00
"when": "^3.7.8"
},
"engines": {
"node": ">=12"
}
}