forked from gemini-testing/testplane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.26 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
{
"name": "hermione",
"version": "0.17.0",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"scripts": {
"lint": "eslint .",
"test-unit": "istanbul test _mocha -- test/",
"test": "npm run lint && npm run test-unit",
"toc": "doctoc README.md"
},
"repository": {
"type": "git",
"url": "git://github.com/gemini-testing/hermione.git"
},
"keywords": [
"hermione",
"mocha",
"test",
"webdriverio"
],
"bin": {
"hermione": "./bin/hermione"
},
"license": "MIT",
"dependencies": {
"chalk": "^1.1.1",
"clear-require": "^1.0.1",
"commander": "^2.9.0",
"gemini-configparser": "^0.3.0",
"glob-extra": "^1.3.0",
"inherit": "^2.2.2",
"lodash": "~3.10.1",
"mocha": "~2.4.5",
"plugins-loader": "1.0.1",
"q": "^2.0.0",
"q-promise-utils": "^1.0.0",
"qemitter": "^1.1.0",
"teamcity-service-messages": "^0.1.6",
"urijs": "^1.17.0",
"webdriverio": "4.2.15"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"doctoc": "^1.0.0",
"istanbul": "^0.4.1",
"proxyquire": "^1.7.3",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"eslint": "^3.9.0",
"eslint-config-gemini-testing": "^2.4.0"
}
}