-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.23 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.23 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "report-mine",
"version": "0.0.3",
"description": "A reporting tool to visualise outputs from automated tests across multiple testing tools",
"keywords": [
"report",
"reporting",
"functional",
"test",
"testing",
"pytest"
],
"author": "Jaydeep Chakrabarty <[email protected]>",
"contributors": [
"Harinee Muralinath <[email protected]>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jaydeepc/report-mine.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jaydeepc/report-mine/issues"
},
"homepage": "https://github.com/jaydeepc/report-mine#readme",
"main": "index.js",
"bin": {
"report-mine": "./index.js"
},
"dependencies": {
"chalk": "^1.1.3",
"clear": "0.0.1",
"clui": "^0.3.1",
"copy-dir": "latest",
"figlet": "^1.1.2",
"find-remove": "^1.0.0",
"fs": "latest",
"mv": "^2.1.1",
"path": "latest",
"stdio": "^0.2.7",
"studio": "^0.13.3",
"fs-extra":"latest",
"colors":"latest",
"http": "latest",
"url": "latest",
"static-server": "latest",
"find-port": "latest"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}