-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 807 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 807 Bytes
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
{
"name": "@testplane/test-filter",
"version": "1.1.0",
"description": "plugin for filtering tests specified in json-file",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git://github.com/gemini-testing/testplane-test-filter.git"
},
"keywords": [
"hermione",
"plugin"
],
"author": "Rostislav Shtanko <rostik404@yandex-team.ru>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.1",
"gemini-configparser": "^1.0.0",
"lodash": "^4.17.10"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^5.0.1",
"eslint-config-gemini-testing": "^2.8.0",
"eventemitter2": "^6.4.7",
"mocha": "^5.2.0",
"sinon": "^6.1.4"
}
}