-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.08 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
{
"name": "fiveby",
"version": "4.0.2",
"description": "Package up testing options, levels, apis, and dependencies into one simple lib",
"scripts": {
"test": "gulp test"
},
"author": "Scott Rahner",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/dowjones/fiveby.git"
},
"keywords": [
"automation",
"selenium",
"test",
"testing",
"webdriver",
"webdriverjs",
"mocha",
"bdd",
"chai",
"environment",
"e2e",
"end-to-end",
"gulp",
"har",
"promise"
],
"dependencies": {
"envprops": "2.0.3",
"lodash": "4.17.19",
"mkdirp": "0.5.1",
"mocha": "5.0.4",
"chai": "4.1.2",
"selenium-webdriver": "3.6.0",
"stack-trace": "0.0.9"
},
"devDependencies": {
"gulp": "4.0.2",
"gulp-coveralls": "0.1.4",
"gulp-istanbul": "1.1.3",
"gulp-jscs": "4.1.0",
"gulp-jshint": "2.1.0",
"gulp-spawn-mocha": "5.0.1",
"gulp-mocha": "5.0.0",
"gulp-print": "5.0.0",
"jshint-stylish": "2.2.1",
"jshint": "2.9.5",
"proxyquire": "2.0.0"
}
}