Skip to content

Commit 8839562

Browse files
committed
Add Mustache dependencie
Add Mustache dependencie
1 parent 4bc350f commit 8839562

File tree

2 files changed

+225
-223
lines changed

2 files changed

+225
-223
lines changed

package.json

Lines changed: 45 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,45 @@
1-
{
2-
"name": "node-red-contrib-http-request",
3-
"version": "0.1.10",
4-
"description": "A Node-RED node for performing http(s) requests that use Request library with optimized proxy support.",
5-
"repository": {
6-
"type": "git",
7-
"url": "git+https://github.com/spawnrider/node-red-contrib-http-request.git"
8-
},
9-
"keywords": [
10-
"node-red",
11-
"http",
12-
"https",
13-
"request",
14-
"proxy"
15-
],
16-
"author": {
17-
"name": "Yohann Ciurlik",
18-
"email": "spawnrider@gmail.com",
19-
"url": "https://github.com/spawnrider"
20-
},
21-
"contributors": [{
22-
"name": "Yohann Ciurlik",
23-
"email": "spawnrider@gmail.com",
24-
"url": "https://github.com/spawnrider"
25-
},
26-
{
27-
"name": "Mohamed Chekir",
28-
"email": "medchkir@gmail.com",
29-
"url": "https://github.com/medchkir"
30-
}],
31-
"license": "MIT",
32-
"bugs": {
33-
"url": "https://github.com/spawnrider/node-red-contrib-http-request/issues"
34-
},
35-
"node-red": {
36-
"nodes": {
37-
"www-request": "www-request.js"
38-
}
39-
},
40-
"dependencies": {
41-
"request": "^2.74.0"
42-
},
43-
"homepage": "https://github.com/spawnrider/node-red-contrib-http-request"
44-
}
1+
{
2+
"name": "node-red-contrib-http-request",
3+
"version": "0.1.10",
4+
"description": "A Node-RED node for performing http(s) requests that use Request library with optimized proxy support.",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/spawnrider/node-red-contrib-http-request.git"
8+
},
9+
"keywords": [
10+
"node-red",
11+
"http",
12+
"https",
13+
"request",
14+
"proxy"
15+
],
16+
"author": {
17+
"name": "Yohann Ciurlik",
18+
"email": "spawnrider@gmail.com",
19+
"url": "https://github.com/spawnrider"
20+
},
21+
"contributors": [{
22+
"name": "Yohann Ciurlik",
23+
"email": "spawnrider@gmail.com",
24+
"url": "https://github.com/spawnrider"
25+
},
26+
{
27+
"name": "Mohamed Chekir",
28+
"email": "medchkir@gmail.com",
29+
"url": "https://github.com/medchkir"
30+
}],
31+
"license": "MIT",
32+
"bugs": {
33+
"url": "https://github.com/spawnrider/node-red-contrib-http-request/issues"
34+
},
35+
"node-red": {
36+
"nodes": {
37+
"www-request": "www-request.js"
38+
}
39+
},
40+
"dependencies": {
41+
"request": "^2.74.0",
42+
"mustache": "^2.2.1"
43+
},
44+
"homepage": "https://github.com/spawnrider/node-red-contrib-http-request"
45+
}

0 commit comments

Comments
 (0)