{
  "name": "runsauce2",
  "description": "Run a simple test on Sauce Labs",
  "tags": [
    "automation",
    "javascript",
    "selenium",
    "webdriver",
    "ios",
    "android",
    "firefoxos",
    "testing"
  ],
  "version": "2.3.0",
  "author": "jlipps@gmail.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/jlipps/runsauce.git"
  },
  "bugs": {
    "url": "https://github.com/jlipps/runsauce/issues"
  },
  "engines": {
    "node": ">=7.6.0"
  },
  "main": "./lib/main.js",
  "bin": {
    "runsauce": "./bin/runsauce.js",
    "appium-matrix": "./bin/appium-matrix.js"
  },
  "directories": {
    "lib": "./lib",
    "test": "./test"
  },
  "dependencies": {
    "asyncbox": "^2.3.1",
    "bluebird": "^3.5.0",
    "cli-table": "^0.3.1",
    "es6-mapify": "^1.0.0",
    "lodash": "^4.17.4",
    "logs-to-sumologic": "^1.0.2",
    "optimist": "~0.6.0",
    "prompt": "^1.0.0",
    "request": "^2.53.0",
    "request-promise": "^4.2.4",
    "should": "^11.2.1",
    "stats-lite": "^2.0.4",
    "wd": "^1.11.4"
  },
  "scripts": {
    "test": "mocha test/"
  },
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "chai": "^3.5.0",
    "eslint": "^3.19.0",
    "eslint-config-appium": "^2.0.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-mocha": "^4.9.0",
    "eslint-plugin-promise": "^3.5.0",
    "gulp": "^3.9.1",
    "mocha": "^3.4.1",
    "should": "^2.1.1"
  }
}
