forked from saikrishna321/lambda-selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 735 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 735 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": "lamdaselenium",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "",
"test": "mocha test --compilers js:babel-core/register"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.7.20",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.1.2",
"chromeless": "^1.5.1",
"extract-zip": "^1.6.7",
"lambda-tester": "^3.4.0",
"mocha": "^5.1.1",
"mochawesome": "3.0.2",
"s3-folder-upload": "0.0.14",
"selenium-webdriver": "^4.0.0-alpha.1",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0"
}
}