forked from emiloberg/node-red-contrib-file-function
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 763 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
{
"name": "node-red-contrib-file-function",
"version": "1.1.2",
"description": "Read function javascript from file. This way you can use your favorite editor/IDE to develop Node-RED functions",
"repository": {
"type": "git",
"url": "https://github.com/emiloberg/node-red-contrib-file-function.git"
},
"keywords": [
"node-red",
"node-red-contrib",
"contrib",
"function",
"development",
"file"
],
"node-red": {
"nodes": {
"file-function": "file-function/file-function.js"
}
},
"author": "Emil Oberg",
"license": "Apache",
"bugs": {
"url": "https://github.com/emiloberg/node-red-contrib-file-function/issues"
},
"homepage": "https://github.com/emiloberg/node-red-contrib-file-function"
}