UNPKG

node-red-contrib-agilite-utils

Version:

A set of Agilit-e Node-RED Nodes to perform various adhoc tasks without calling 3rd party web services

71 lines (70 loc) 1.64 kB
{ "name": "node-red-contrib-agilite-utils", "license": "MIT", "version": "7.7.0-rc-2", "description": "A set of Agilit-e Node-RED Nodes to perform various adhoc tasks without calling 3rd party web services", "homepage": "https://agilite.io", "repository": { "type": "git", "url": "https://github.com/agilitehub/node-red-contrib-agilite-utils" }, "bugs": { "url": "https://github.com/agilitehub/node-red-contrib-agilite-utils/issues", "email": "support@agilite.io" }, "author": "Agilit-e <support@agilite.io>", "contributors": [ { "name": "John Jardin", "email": "support@agilite.io", "url": "https://agilite.io" }, { "name": "Armand Smit", "email": "support@agilite.io", "url": "https://agilite.io" } ], "keywords": [ "node-red", "agilite", "agilit-e", "jde", "jd edwards", "dates", "times", "jde-date-time", "uuid", "rfc4122", "typeOf", "type-detect", "lodash" ], "main": "index.js", "scripts": { "test": "mocha", "deploy": "npm publish" }, "dependencies": { "agilite-utils": "7.7.0-rc-3", "bson-objectid": "2.0.4", "entities": "5.0.0", "jde-date-time": "0.0.8", "lodash": "4.17.21", "md5": "2.3.0", "uuid": "10.0.0" }, "devDependencies": { "chai": "5.1.1", "mocha": "10.7.3" }, "node-red": { "nodes": { "Various": "various/various.js", "JDE Date Time": "jde-date-time/jde-date-time.js", "UUID": "uuid/uuid.js", "Type-Detect": "type-detect/type-detect.js", "Lodash": "lodash/lodash.js" } } }