-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 733 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 733 Bytes
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
{
"name" : "node-red-contrib-timeprop",
"version" : "1.0.1",
"description" : "Time proportion power generator for Node-RED",
"homepage" : "https://github.com/colinl/node-red-contrib-timeprop",
"license" : "Apache-2.0",
"repository" : {
"type":"git",
"url":"https://github.com/colinl/node-red-contrib-timeprop.git"
},
"dependencies": {
},
"keywords": [ "node-red" ],
"node-red": {
"nodes": {
"timeprop": "timeprop.js"
}
},
"bugs": {
"url": "https://github.com/colinl/node-red-contrib-timeprop/issues"
},
"author": {
"name": "Colin Law",
"url": "https://github.com/colinl/"
}
}