-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 879 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
37
{
"name": "node-red-contrib-visualmapper",
"description": "Maps input to output value with multiple editable sections and graphical editor.",
"version": "0.5.0",
"main": "mapper.js",
"keywords": [
"node-red",
"map",
"editor",
"keyframes",
"range"
],
"author": {
"name": "Bartosz Rosa",
"email": "[email protected]",
"url": "https://onixarts.pl"
},
"engines": {
"node": ">=8.9.4"
},
"homepage": "https://github.com/Onixarts/node-red-contrib-visualmapper",
"bugs": {
"url": "https://github.com/Onixarts/node-red-contrib-visualmapper/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/Onixarts/node-red-contrib-visualmapper"
},
"license": "ISC",
"node-red": {
"version": ">=2.0.0",
"nodes": {
"mapper": "mapper.js"
}
}
}