forked from dimiro1/lambda-wkhtmltopdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 965 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 965 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
30
31
32
33
34
35
36
37
38
{
"name": "lambda-wkhtmltopdf",
"version": "0.0.1",
"description": "Convert HTML to PDF using Webkit (QtWebKit) on AWS Lambda",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimiro1/lambda-wkhtmltopdf.git"
},
"keywords": [
"aws",
"amazon",
"lambda",
"javascript",
"wkhtmltopdf"
],
"author": "Claudemiro <dimiro1@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dimiro1/lambda-wkhtmltopdf/issues"
},
"homepage": "https://github.com/dimiro1/lambda-wkhtmltopdf#readme",
"dependencies": {
"aws-sdk": "^2.4.0",
"hewer": "^0.3.1",
"wkhtmltopdf": "^0.3.1"
},
"devDependencies": {
"eslint": "^2.13.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2"
}
}