-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 884 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
36
{
"name": "node-red-contrib-slide",
"version": "0.9.4",
"description": "Control the Slide curtains from Innovation In Motion via node-red using the local API.",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\""
},
"keywords": [
"node-red",
"GoSlide",
"Innovation In Motion",
"API",
"Slide",
"Slide.store"
],
"node-red": {
"nodes": {
"slide": "slide.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/gvdhoven/node-red-contrib-slide.git"
},
"bugs": {
"url": "https://github.com/gvdhoven/node-red-contrib-slide/issues"
},
"homepage": "https://github.com/gvdhoven/node-red-contrib-slide#readme",
"author": "Gilles van den Hoven <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"node-fetch": "^2.6.1",
"digest-fetch": "^1.1.5"
}
}