-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 898 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}
}