mirror of https://github.com/vector-im/riot-web
16 lines
279 B
JSON
16 lines
279 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": {
|
||
|
"jest": "^23.2.0",
|
||
|
"puppeteer": "^1.5.0"
|
||
|
}
|
||
|
}
|