-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 771 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 771 Bytes
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
{
"name": "wkhtmltos3",
"version": "1.12.0",
"description": "Render web pages as images that are uploaded to s3.",
"main": "src/wkhtmltos3.js",
"scripts": {
"build": "npm install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "git@danlynn.org",
"repository": {
"type" : "git",
"url" : "https://github.com/danlynn/wkhtmltos3"
},
"license": "MIT",
"dependencies": {
"wkhtmltoimage": "0.1.5",
"aws-sdk": "2.80.0",
"moment": "2.21.0",
"fs-extra": "3.0.0",
"command-line-args": "4.0.3",
"imagemagick": "0.1.3",
"clone": "2.1.1",
"md5-file": "3.1.1",
"lru-cache": "4.1.1",
"profilelog": "danlynn/profilelog#1.0.2",
"awsconfig-extra": "danlynn/awsconfig-extra#1.0.2"
}
}