UNPKG

appium-instruments

Version:

IOS Instruments + instruments-without-delay launcher used by Appium

47 lines (46 loc) 1.06 kB
{ "name": "appium-instruments", "version": "1.5.1", "description": "IOS Instruments + instruments-without-delay launcher used by Appium", "main": "lib/main.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/appium/appium-instruments.git" }, "keywords": [ "appium", "instruments" ], "author": "appium committers", "licenses": [ { "type": "apache-2.0", "url": "https://raw.github.com/appium/appium/master/LICENSE" } ], "bugs": { "url": "https://github.com/appium/appium-instruments/issues" }, "homepage": "https://github.com/appium/appium-instruments", "dependencies": { "async": "~0.9.0", "through": "~2.3.4", "underscore": "~1.7.0", "uuid-js": "~0.7.4", "rimraf": "~2.2.8", "mkdirp": "~0.5.0", "winston": "~0.8.3" }, "devDependencies": { "chai": "~1.10.0", "jscs": "~1.8.1", "jshint": "~2.5.1", "mocha": "~2.0.1", "q": "~1.1.2", "sinon": "~1.12.2", "sinon-chai": "~2.6.0" } }