mirror of https://github.com/vector-im/riot-web
15 lines
256 B
JSON
15 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.5.0"
|
||
|
}
|
||
|
}
|