-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 875 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
{
"name": "RegressionChecker",
"version": "1.2.1",
"description": "Test tool for checking regression when submitting Web ML PR.",
"main": "./src/main.js",
"scripts": {
"start": "node ./src/main.js",
"test": "node ./test/test-cheerio.js"
},
"directories": {
"output": "output",
"test": "test",
"src": "src"
},
"devDependencies": {
"chromedriver": "^79.0.0",
"fast-csv": "^2.4.1",
"selenium-webdriver": "^4.0.0-alpha.5",
"cheerio": "^1.0.0-rc.3",
"puppeteer-core": "^1.20.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cuiyanx/RegressionChecker.git"
},
"keywords": [],
"author": "yanx.cui@intel.com",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/cuiyanx/RegressionChecker/issues"
},
"homepage": "https://github.com/cuiyanx/RegressionChecker#readme"
}