-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
42
43
44
45
{
"name": "automated-testing-cypress",
"description": "Experiments in automated testing using Cypress.io",
"version": "0.1.0",
"author": [
{
"name": "Dan Smith",
"email": "dev@dotherightthing.co.nz"
}
],
"homepage": "https://github.com/dotherightthing/automated-testing-cypress",
"keywords": [
"automated",
"testing",
"frontend",
"accessibility",
"interaction",
"usability",
"jquery",
"cypress",
"mocha",
"chai",
"tenon"
],
"repository": {
"type": "git",
"url": "https://github.com/dotherightthing/automated-testing-cypress"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-cypress": "^2.0.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-json": "^1.2.0"
},
"dependencies": {
"cypress": "^3.1.0",
"normalize-html-whitespace": "^0.2.0",
"tenon-node": "^0.4.1"
},
"scripts": {
"cypress:open": "cypress open"
}
}