UNPKG

node-red-contrib-uuid

Version:

A Node-RED Node for simple, fast generation of RFC4122 UUIDS

39 lines (38 loc) 817 B
{ "name": "node-red-contrib-uuid", "license": "MIT", "version": "0.0.4-rc-1", "description": "A Node-RED Node for simple, fast generation of RFC4122 UUIDS", "homepage": "https://agilite.io", "repository": { "type": "git", "url": "https://github.com/agilitehub/node-red-modules/node-red-contrib-uuid" }, "bugs": { "url": "https://github.com/agilitehub/node-red-modules/issues", "email": "support@agilite.io" }, "author": "Agilit-e", "contributors": [ { "name": "John Jardin", "email": "support@agilite.io", "url": "https://agilite.io" } ], "dependencies": { "uuid": "10.0.0" }, "keywords": [ "node-red", "agilit-e", "agilite", "uuid", "rfc4122" ], "node-red": { "nodes": { "UUID": "uuid/uuid.js" } } }