-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1015 Bytes
/
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
{
"name": "@testplane/retry-command",
"version": "1.0.0",
"description": "Plugin to retry commands in Testplane",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run test-unit && npm run lint",
"test-unit": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/gemini-testing/testplane-retry-command.git"
},
"keywords": [
"testplane",
"hermione",
"plugin",
"retry-command"
],
"author": "Rashid Ksirov <rashid@yandex-team.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gemini-testing/testplane-retry-command/issues"
},
"homepage": "https://github.com/gemini-testing/testplane-retry-command#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.8.0",
"eslint-config-gemini-testing": "^2.8.0",
"mocha": "^5.2.0",
"sinon": "^7.1.0"
},
"dependencies": {
"bluebird": "^3.5.2",
"debug": "^4.1.0",
"gemini-configparser": "^1.0.0",
"lodash": "^4.17.11"
}
}