mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
14 lines
256 B
JSON
14 lines
256 B
JSON
{
|
|
"name": "e2e-tests",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"puppeteer": "^1.6.0"
|
|
}
|
|
}
|