{ "name": "webdriverio-sample-appium-tests", "version": "1.0.0", "description": "Sample tests using webdriverio", "main": "index.js", "scripts": { "test": "mocha --timeout 6000000 test/basic" }, "author": "Daniel Graham", "license": "Apache-2.0", "devDependencies": { "assert": "^1.4.1", "chai": "^4.1.2", "mocha": "^5.0.0", "webdriverio": "^4.12.0" } }