-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 1.02 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
{
"name" : "node-red-contrib-multipart-stream-decoder",
"version" : "1.0.0",
"description" : "Node Red node for decoding multipart streams over http",
"dependencies": {
"mustache": "^2.3.0",
"auto-parse":"^1.3.0",
"node-buffers":"^0.1.1",
"axios": "^1.2.1",
"@mhoc/axios-digest-auth": "^0.8.0"
},
"author": {
"name": "Bart Butenaers"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "multipart", "http", "stream", "mjpeg", "decode", "video", "chunk", "motion" ],
"bugs": {
"url": "https://github.com/bartbutenaers/node-red-contrib-multipart-stream-decoder/issues"
},
"homepage": "https://github.com/bartbutenaers/node-red-contrib-multipart-stream-decoder",
"repository": {
"type": "git",
"url": "https://github.com/bartbutenaers/node-red-contrib-multipart-stream-decoder.git"
},
"node-red" : {
"nodes": {
"multipart-decoder": "multipart_decoder.js"
}
}
}