-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "js-testrunners-bench",
"version": "0.1.0",
"description": "Javascript test-runners benchmark",
"author": {
"name": "Vitaliy Potapov",
"email": "[email protected]"
},
"scripts": {
"selenium": "selenium-standalone start",
"static": "http-server ./functional/static"
},
"dependencies": {
"ava": "^0.19.1",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"chalk": "^1.1.3",
"columnify": "^1.5.4",
"fs-extra": "^3.0.1",
"http-server": "^0.10.0",
"jasmine": "^2.6.0",
"jest": "^20.0.0",
"lab": "^13.1.0",
"lab-babel": "^1.1.1",
"mocha": "^3.3.0",
"mocha-parallel-tests": "^1.2.9",
"mocha.parallel": "^0.15.2",
"qunitjs": "^2.3.3",
"selenium-standalone": "^6.0.1",
"selenium-webdriver": "^3.4.0",
"shelljs": "^0.7.8",
"tap": "^10.3.3",
"tape": "^4.6.3",
"wdio-mocha-framework": "^0.5.8",
"webdriverio": "^4.6.2"
},
"devDependencies": {},
"jest": {
"testRegex": "\\.js$"
},
"license": "MIT"
}