forked from hermannpencole/mocha-html-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.21 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "epoch-voyager",
"description": "HTML reporter for Mocha",
"version": "0.0.2",
"author": "Sajjad Hossain <[email protected]>",
"keywords": [
"webdriverio",
"mocha",
"reporter",
"html"
],
"licenses": "WTFPL",
"dependencies": {
"chai": "1.6.1",
"chai-fs": "0.1.0",
"chai-http": "^1.0.0",
"chromedriver": "^2.18.0",
"dargs": "^4.0.1",
"deepmerge": "^0.2.10",
"gulp-util": "^3.0.6",
"gulp-webdriver": "^1.0.1",
"html-generate": "0.0.2",
"js-template": "^0.1.4",
"materialize-css": "^0.97.1",
"prompt": "^0.2.14",
"require-dir": "^0.3.0",
"selenium-standalone": "4.5.3",
"shelljs": "0.5.2",
"through2": "^2.0.0",
"webdriverio": "^3.2.4",
"writeson": "^1.0.1"
},
"devDependencies": {
"mocha": "1.6.x"
},
"directories": {
"doc": "docs"
},
"main": "index.js",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/adcade/voyager.git"
},
"_from": "epoch-voyager@*",
"bugs": {
"url": "https://github.com/adcade/voyager/issues"
},
"homepage": "https://github.com/adcade/voyager#readme",
"license": "WTFPL"
}