-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
46 lines (46 loc) · 1.01 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
46
{
"name": "jsdom-screenshot",
"version": "4.0.0",
"description": "Generate screenshots of jsdom",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "node tests/smoke.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dferber90/jsdom-screenshot.git"
},
"keywords": [
"jsdom",
"screenshot",
"snapshot",
"puppeteer",
"image"
],
"author": "Dominik Ferber",
"license": "MIT",
"bugs": {
"url": "https://github.com/dferber90/jsdom-screenshot/issues"
},
"dependencies": {
"connect": "3.7.0",
"eslint-plugin-prettier": "3.1.0",
"finalhandler": "1.1.2",
"lodash.merge": "^4.6.1",
"pretty-format": "24.8.0",
"puppeteer": "^1.12.2",
"serve-static": "1.14.1"
},
"engines": {
"node": ">=8"
},
"devDependencies": {
"eslint": "5.16.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "4.3.0",
"eslint-plugin-import": "2.17.2",
"jsdom": "16.5.0",
"prettier": "1.17.1"
}
}