-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 KB
/
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
41
{
"name": "trywebdriverio",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon -e js,mustache --watch index.js --watch lib --watch public --watch views index.js",
"buildDocker": "cd docker && docker build -t wdio .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klamping/trywebdriverio.git"
},
"author": "Kevin Lamping",
"license": "MIT",
"bugs": {
"url": "https://github.com/klamping/trywebdriverio/issues"
},
"homepage": "https://github.com/klamping/trywebdriverio#readme",
"dependencies": {
"archiver": "^3.0.0",
"body-parser": "^1.18.1",
"busboy": "^0.2.14",
"dockerode": "^2.5.1",
"express": "^4.15.4",
"express-busboy": "^6.0.1",
"express-session": "^1.15.6",
"jszip": "^3.1.5",
"mustache-express": "^1.2.5",
"nedb": "^1.8.0",
"promise": "^8.0.1",
"replace": "^1.0.0",
"temp": "^0.8.3",
"webdriverio": "^4.13.2",
"ws": "^6.0.0"
},
"devDependencies": {
"nodemon": "^1.18.3"
}
}