forked from mixu/electroshot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
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
{
"name": "@yeti-dev/electroshot",
"version": "1.4.13",
"description": "Capture website screenshots with optional device and network emulation as jpg, png or pdf (with web fonts!) using Electron / Chrome.",
"main": "test.js",
"bin": {
"electroshot": "./bin/electroshot.js"
},
"scripts": {
"test": "mocha -R spec --bail ./test/*.test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:yeti/electroshot.git"
},
"author": "Mikito Takada <mikito.takada@gmail.com> (http://mixu.net/)",
"license": "BSD-3-Clause",
"dependencies": {
"chromium-emulated-devices": "~1.0.0",
"chromium-emulated-networks": "~1.0.0",
"cookie": "~0.3.1",
"electron": "~4.2.12",
"es6-template": "~1.0.3",
"express": "~4.14.0",
"file-fixture": "0.0.2",
"log-symbols": "~1.0.2",
"minilog": "~3.1.0",
"miniq": "~1.0.0",
"sanitize-filename": "~1.6.1",
"subarg": "~1.0.0",
"tough-cookie": "~2.3.2",
"xtend": "~4.0.0"
},
"devDependencies": {
"mocha": "~3.2.0"
}
}