-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 983 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
{
"name": "heart-docker",
"version": "1.0.0",
"description": "Evaluate webpages directly from your CI with Google Lighthouse, GreenIT, Mozilla Observatory or SSLLabs Server.",
"homepage": "https://github.com/faberNovel/heart-docker#readme",
"private": true,
"bugs": {
"url": "https://github.com/faberNovel/heart-docker/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faberNovel/heart-docker.git"
},
"license": "MIT",
"contributors": [
"Bastien Gatellier <[email protected]>",
"Florian Nguyen <[email protected]>"
],
"dependencies": {
"@fabernovel/heart-api": "^4.0.0",
"@fabernovel/heart-cli": "^4.0.0",
"@fabernovel/heart-greenit": "^4.0.0",
"@fabernovel/heart-lighthouse": "^4.0.0",
"@fabernovel/heart-mysql": "^4.0.0",
"@fabernovel/heart-observatory": "^4.0.0",
"@fabernovel/heart-slack": "^4.0.0",
"@fabernovel/heart-ssllabs-server": "^4.0.0"
}
}