-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 KB
/
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
38
39
40
41
42
43
{
"name": "node-red-contrib-humix",
"version": "1.0.7",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/project-humix/node-red-contrib-humix.git"
},
"keywords": [
"node-red",
"humix"
],
"contributors": [
{
"name": "Jeffrey Liu",
"email": "[email protected]"
},
{
"name": "Joey Tseng",
"email": "[email protected]"
},
{
"name": "Jimmy Liao",
"email": "[email protected]"
}
],
"license": "Apache v2.0",
"node-red": {
"nodes": {
"humix-facebook-messenger-v1": "services/social/facebook-messenger.js",
"humix-facebook-v1": "services/social/facebook.js",
"humix-sense-v1": "services/sense/sense.js"
}
},
"bugs": {
"url": "https://github.com/project-humix/node-red-contrib-humix/issues"
},
"homepage": "https://github.com/project-humix/node-red-contrib-humix#readme"
}