forked from spawnrider/node-red-contrib-http-request
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
44
45
{
"name": "node-red-contrib-http-request",
"version": "0.1.11",
"description": "A Node-RED node for performing http(s) requests that use Request library with optimized proxy support.",
"repository": {
"type": "git",
"url": "git+https://github.com/spawnrider/node-red-contrib-http-request.git"
},
"keywords": [
"node-red",
"http",
"https",
"request",
"proxy"
],
"author": {
"name": "Yohann Ciurlik",
"email": "[email protected]",
"url": "https://github.com/spawnrider"
},
"contributors": [{
"name": "Yohann Ciurlik",
"email": "[email protected]",
"url": "https://github.com/spawnrider"
},
{
"name": "Mohamed Chekir",
"email": "[email protected]",
"url": "https://github.com/medchkir"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/spawnrider/node-red-contrib-http-request/issues"
},
"node-red": {
"nodes": {
"www-request": "www-request.js"
}
},
"dependencies": {
"request": "^2.74.0",
"mustache": "^2.2.1"
},
"homepage": "https://github.com/spawnrider/node-red-contrib-http-request"
}