forked from SamVerschueren/korn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 838 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
37
38
39
40
41
42
43
44
45
46
{
"name": "korn",
"version": "0.5.0",
"description": "Front-end testing in a headless environment",
"license": "MIT",
"repository": "SamVerschueren/korn",
"author": {
"name": "Sam Verschueren",
"email": "sam.verschueren@gmail.com",
"url": "github.com/SamVerschueren"
},
"bin": "cli.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo"
},
"files": [
"cli.js",
"lib"
],
"keywords": [
"frontend",
"test",
"testing",
"docker",
"headless",
"chrome",
"chromium",
"frontend"
],
"dependencies": {
"execa": "^0.6.0",
"has-yarn": "^1.0.0",
"listr": "^0.13.0",
"meow": "^3.7.0",
"rxjs": "^6.0.0",
"split": "^1.0.0",
"stream-to-observable": "^0.2.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"xo": "*"
}
}