-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 743 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 743 Bytes
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
{
"name": "annotate-sharp",
"version": "0.0.2",
"description": "A Node-RED node that can annotate images using the sharp library",
"main": "annotate-sharp.js",
"dependencies": {
"sharp": "^0.33.5"
},
"repository": {
"type": "git",
"url": "https://github.com/smcgann99/annotate-sharp.git"
},
"keywords": [
"node-red",
"sharp",
"image",
"annotation"
],
"node-red": {
"nodes": {
"annotate-sharp": "annotate-sharp.js"
}
},
"author": "S McGann",
"contributors": [
{
"name": "S McGann"
},
{
"name": "Nick O'Leary"
}
],
"license": "Apache-2.0"
}