UNPKG

node-red-contrib-globalcache

Version:
36 lines (35 loc) 933 B
{ "name": "node-red-contrib-globalcache", "version": "0.4.0", "description": "Global Cache (iTach & iTach Flex) for node-red", "main": "globalcache.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/estbeetoo/node-red-contrib-globalcache.git" }, "keywords": [ "node-red", "gc", "global cache", "Global Caché", "itach", "globalcache" ], "node-red": { "nodes": { "globalcache": "globalcache.js" } }, "author": "Alexander Borovsky <aborovsky@beetoo.me> (http://beetoo.me)", "license": "CC-BY-NC-SA-4.0", "bugs": { "url": "https://github.com/estbeetoo/node-red-contrib-globalcache/issues" }, "homepage": "https://github.com/estbeetoo/node-red-contrib-globalcache#readme", "dependencies": { "globalcache": "^2.11.0" } }