-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
37 lines (37 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
{
"name": "electroshot",
"version": "1.4.0",
"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:mixu/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": "~1.6.11",
"es6-template": "~1.0.3",
"express": "~4.15.3",
"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.4.2"
}
}