-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 933 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
{
"name": "codeceptjs-resources-check",
"version": "0.4.0",
"description": "Load with puppeteer a url and listen the request during while the page is loading.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/luarmr/codeceptjs-resources-check.git"
},
"keywords": [
"resources",
"testing",
"acceptance",
"resources",
"codeceptjs"
],
"author": "Raul Martin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/luarmr/codeceptjs-resources-check/issues"
},
"homepage": "https://github.com/luarmr/codeceptjs-resources-check#readme",
"peerDependencies": {
"puppeteer": "^1.14.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3"
}
}