forked from schickling/chromeless
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) 路 703 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) 路 703 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
{
"name": "chromeless-remotechrome-servie",
"version": "1.3.0",
"description": "The Chromeless Proxy AWS Lambda service",
"homepage": "https://github.com/graphcool/chromeless",
"license": "MIT",
"engines": {
"node": ">= 6.10.0"
},
"scripts": {
"deploy": "serverless deploy"
},
"dependencies": {
"aws4": "^1.6.0",
"chromeless": "^1.3.0",
"cuid": "^1.3.8",
"mqtt": "^2.11.0",
"source-map-support": "^0.4.15"
},
"devDependencies": {
"@types/cuid": "^1.3.0",
"@types/node": "^8.0.15",
"serverless": "^1.19.0",
"serverless-offline": "^3.15.3",
"serverless-plugin-chrome": "^1.0.0-11",
"serverless-plugin-typescript": "^1.0.0"
}
}