-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
36 lines (36 loc) · 823 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
{
"name": "axe-testcafe",
"version": "3.0.0",
"description": "The TestCafe module that allows you to use the aXe accessibility engine in TestCafe tests",
"main": "index.js",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "/~https://github.com/helen-dikareva/axe-testcafe"
},
"engines": {
"node": ">=8.9.0"
},
"keywords": [
"axe",
"testcafe",
"test",
"accessibility"
],
"author": "Helen Dikareva (elena.dikareva@devexpress.com)",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/helen-dikareva/axe-testcafe/issues"
},
"homepage": "/~https://github.com/helen-dikareva/axe-testcafe",
"files": [
"index.js"
],
"peerDependencies": {
"axe-core": ">=2.2.3 <4",
"testcafe": "*"
},
"dependencies": {
"chalk": "^2.4.1"
}
}