-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 863 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 863 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
{
"name": "webdriver.js",
"version": "1.0.0",
"description": "Automation Framework in JavaScript with WebDriver API",
"main": "index.js",
"dependencies": {
"config": "^1.16.0",
"eslint": "^5.16.0",
"selenium-webdriver": "3.6.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"gulp-babel": "^8.0.0",
"mocha": "^6.1.4",
"webpack": "^4.35.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha --require @babel/register specs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paddyfox/qa-recruitment-js"
},
"author": "Paddy Fox",
"license": "GPL-3.0",
"homepage": "https://github.com/paddyfox"
}