{
  "name": "robrowser",
  "version": "0.2.0",
  "description": "BrowserStack automate.",
  "main": "src/index.js",
  "bin": "bin/index.js",
  "scripts": {
    "lint": "eslint ./**/*.js",
    "test": "ava --fail-fast -v"
  },
  "files": [
    "src/",
    "bin/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pagarme/robrowser.git"
  },
  "author": "Pagar.me Pagamentos S/A",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pagarme/robrowser/issues"
  },
  "homepage": "https://github.com/pagarme/robrowser#readme",
  "devDependencies": {
    "ava": "0.24.0",
    "eslint": "4.14.0",
    "eslint-config-pagarme-base": "2.0.0",
    "eslint-plugin-import": "2.8.0",
    "sinon": "4.1.3"
  },
  "dependencies": {
    "async": "2.6.0",
    "browserstack-local": "1.3.0",
    "chalk": "2.3.0",
    "get-root-path": "2.0.2",
    "lodash": "4.17.2",
    "meow": "4.0.0",
    "my-local-ip": "1.0.0",
    "ora": "1.3.0",
    "ramda": "0.25.0",
    "update-notifier": "2.3.0",
    "wd": "1.5.0"
  },
  "engines": {
    "node": ">=6.12.2"
  }
}
