-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
28 lines (28 loc) · 863 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
{
"name" : "node-red-contrib-image-info",
"version" : "0.1.1",
"description" : "A Node Red node to get information about an image",
"dependencies": {
"image-size": "0.6.2",
"is-base64": "0.0.4",
"base64-js": "1.2.3"
},
"author": {
"name": "Bart Butenaers"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "image", "width", "length", "format", "resolution" ],
"bugs": {
"url": "https://github.com/bartbutenaers/node-red-contrib-image-info/issues"
},
"homepage": "https://github.com/bartbutenaers/node-red-contrib-image-info",
"repository": {
"type": "git",
"url": "https://github.com/bartbutenaers/node-red-contrib-image-info.git"
},
"node-red" : {
"nodes": {
"image-info": "image_info.js"
}
}
}