UNPKG

uiautomator-client-slef

Version:
39 lines (38 loc) 839 B
{ "name": "uiautomator-client-slef", "version": "0.0.8", "description": "Node.js wrapper for UIAutomator", "keywords": [ "uiautomator" ], "main": "index.js", "repository": { "type": "git", "url": "git://github.com/septem123/uiautomator-client.git" }, "dependencies": { "ant-lite": "~1.0.0", "java-home": "~1.0.1", "macaca-adb": "~1.0.2", "win-spawn": "~2.0.0", "xlogger": "~1.0.0", "xutil": "~1.0.1" }, "devDependencies": { "co-mocha": "~1.1.2", "istanbul": "*", "jshint": "*", "pre-commit": "1.1.1", "should": "~8.0.2" }, "scripts": { "test": "make test", "jshint": "make jshint", "install": "node ./scripts/build.js" }, "pre-commit": [ "jshint" ], "homepage": "https://github.com/macacajs/uiautomator-client", "license": "MIT" }