-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 956 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 956 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
35
36
37
38
39
40
41
{
"name": "gemini-coverage",
"version": "2.0.0",
"description": "Coverage report generator for gemini",
"bin": {
"gemini-coverage": "./bin/gemini-coverage"
},
"main": "lib/cli/index.js",
"dependencies": {
"bluebird": "^3.5.1",
"coa": "^1.0.1",
"fs-extra": "^5.0.0",
"handlebars": "~1.3.0"
},
"scripts": {
"lint": "eslint ."
},
"author": "Vladimir Alaev <scff@yandex-team.ru> (https://github.com/scf2k)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gemini-testing/gemini-coverage.git"
},
"keywords": [
"test",
"testing",
"screenshot",
"selenium",
"layout",
"gemini",
"coverage"
],
"bugs": {
"url": "https://github.com/gemini-testing/gemini-coverage/issues"
},
"homepage": "https://github.com/gemini-testing/gemini-coverage",
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-gemini-testing": "^2.2.0"
}
}