-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1008 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@smcgann/node-red-annotate-image-plus",
"version": "0.0.4",
"description": "A Node-RED node that can annotate an image",
"dependencies": {
"canvas": ">=3.1.0"
},
"engines": {
"node": ">=18.12.0"
},
"bugs": {
"url": "https://github.com/smcgann99/node-red-annotate-image-plus/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smcgann99/node-red-annotate-image-plus.git",
"directory": "tree/master/node-red-annotate-image-plus"
},
"license": "Apache-2.0",
"keywords": [
"node-red"
],
"node-red": {
"version": ">=4.0.0",
"nodes": {
"annotate-image-plus": "annotate-image-plus.js"
}
},
"author": "S McGann",
"contributors": [
{
"name": "S McGann"
},
{
"name": "Nick O'Leary"
}
],
"scripts": {
"preinstall": "node check-build-tools.js"
}
}