UNPKG

ti-appium

Version:

An Appium wrapper to test Titanium applications

44 lines (43 loc) 998 B
{ "name": "ti-appium", "version": "3.0.1", "description": "An Appium wrapper to test Titanium applications", "repository": { "type": "git", "url": "https://github.com/appcelerator/ti-appium" }, "main": "index.js", "scripts": { "lint": "eslint --config axway/env-node .", "docs": "jsdoc . ./src -d ./docs/" }, "keywords": [ "Appium", "Titanium", "Automation", "Appcelerator" ], "author": "Sajoha", "license": "ISC", "dependencies": { "appium": "^1.18.1", "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "fs-extra": "^2.0.0", "ioslib": "^3.2.5", "mocha": "^7.1.2", "mocha-jenkins-reporter": "^0.4.3", "moment-timezone": "^0.5.25", "node-resemble-js": "^0.2.0", "png-crop": "0.0.2", "ps-list": "^6.3.0", "tiapp.xml": "^0.2.2", "titaniumlib": "^3.0.0", "wd": "^1.11.4" }, "devDependencies": { "eslint": "^4.19.1", "eslint-config-axway": "^2.0.14", "jsdoc": "^3.6.3" } }