forked from Dovyski/setup-opencv-action
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 743 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
{
"name": "setup-opencv-action",
"version": "1.0.0",
"description": "Github Action to download and install OpenCV.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dovyski/seteup-opencv-action.git"
},
"keywords": [
"github-action",
"github",
"opencv",
"cv"
],
"author": "Fernando Bevilacqua",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dovyski/setup-opencv-action/issues"
},
"homepage": "https://github.com/Dovyski/setup-opencv-action#readme",
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/exec": "^1.0.4",
"@actions/github": "^2.0.0"
}
}