element-web/package.json

16 lines
316 B
JSON
Raw Normal View History

2018-07-05 12:55:45 +02:00
{
"name": "e2e-tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"commander": "^2.17.1",
"puppeteer": "^1.6.0"
}
2018-07-05 12:55:45 +02:00
}