-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 986 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
38
39
40
41
42
43
44
45
46
{
"name": "node-red-contrib-multiproject",
"version": "0.0.2-14",
"description": "Multiproject for node-red",
"main": "multiproject.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Negrero/node-red-contrib-multiproject.git"
},
"bugs": {
"url": "https://github.com/Negrero/node-red-contrib-multiproject/issues"
},
"keywords": [
"node-red",
"node-red-contrib",
"project",
"multiproject"
],
"author": "Andres Carmona Gil",
"contributors": [
{
"name": "Miguel",
"email": "[email protected]"
}
],
"maintainers": [
{
"name": "Andres Carmona",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"dependencies": {
"mongodb": "^2.2.5",
"when": "^3.7.7",
"request":"2.76.0"
},
"node-red": {
"nodes": {
"multiporject": "multiproject/multiproject.js"
}
}
}