forked from ubio/aws-lambda-chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
38
39
40
{
"name": "aws-lambda-chrome",
"version": "1.0.0",
"description": "A lambda compatible build of headless chrome.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check": "eslint .",
"postinstall": "node postinstall.js"
},
"archivesBaseUrl": "https://raw.githubusercontent.com/universalbasket/aws-lambda-chrome/master/builds",
"archives": {
"chromeFileName": "chrome-headless-aws-lambda-64.0.3257.0-x64.tgz",
"nssFileName": "nss-2017-08-10-990be4e30bf8.tgz"
},
"repository": {
"type": "git",
"url": "github:universalbasket/aws-lambda-chrome"
},
"keywords": [
"chrome",
"headless",
"lambda",
"aws"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/universalbasket/aws-lambda-chrome/issues"
},
"homepage": "https://github.com/universalbasket/aws-lambda-chrome#readme",
"devDependencies": {
"eslint": "^4.6.1",
"eslint-config-ub": "^2.0.0"
},
"dependencies": {
"rimraf": "2.6.2",
"tar": "4.0.1"
}
}