UNPKG

793 BJSONView Raw
1{
2 "name": "node-red-contrib-friendly-id",
3 "version": "0.2.1",
4 "keywords": [
5 "node-red",
6 "uuid",
7 "nanoid",
8 "short-uuid",
9 "friendly-id",
10 "url-friendly"
11 ],
12 "dependencies": {
13 "short-uuid": "^4.1.0",
14 "nanoid": "^3.1.20",
15 "nanoid-dictionary": "^4.2.0"
16 },
17 "license": "MIT",
18 "node-red": {
19 "nodes": {
20 "friendly-id": "node/friendlyid.js"
21 }
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/eternity1984/node-red-contrib-friendly-id.git"
26 },
27 "description": "A node for node-red that converts a given UUID to a URL-friendly ID(short-uuid). You can also generate secure ID using nanoid and short-uuid"
28}