-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 899 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
{
"name": "@testplane/tabs-closer",
"version": "1.0.0",
"description": "plugin for Testplane which closes opened tabs from previous tests in a browser",
"main": "index.js",
"scripts": {
"test": "npm run test-unit && npm run lint",
"test-unit": "mocha test/ --config test/.mocharc.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/gemini-testing/testplane-tabs-closer.git"
},
"engines": {
"node": ">= 12.0.0"
},
"keywords": [
"hermione",
"plugin"
],
"author": "Rostislav Shtanko <shtanko243@gmail.com>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.1",
"gemini-configparser": "^1.0.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.11.0",
"eslint-config-gemini-testing": "^2.7.0",
"mocha": "^2.4.5",
"sinon": "^2.3.8"
}
}