UNPKG

kuben-appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

35 lines (34 loc) 937 B
{ "name": "web-driver-inspector", "version": "1.0.0", "description": "React based web inspector to inspect current device state", "main": "index.html", "author": "Facebook, Inc.", "license": "ISC", "dependencies": { "babel-core": "^5.8.23", "babel-loader": "^5.3.2", "classnames": "^2.1.3", "css-loader": "^0.16.0", "prop-types": "^15.5.8", "react": "15.6.1", "react-button": "^1.2.1", "react-dom": "^15.6.1", "react-treeview": "^0.4.0", "simple-ajax": "^2.1.0", "style-loader": "^0.12.3", "webpack": "^1.12.0" }, "devDependencies": { "babel-eslint": "^7.1.1", "eslint": "^3.13.1", "eslint-plugin-babel": "^4.0.1", "eslint-plugin-flowtype": "^2.30.0", "eslint-plugin-react": "^6.9.0", "webpack-dev-server": "^1.10.1" }, "scripts": { "start": "webpack-dev-server --hot --progress --colors", "build": "webpack --progress --colors" } }