{
  "_args": [
    [
      {
        "raw": "webdriver-sync",
        "scope": null,
        "escapedName": "webdriver-sync",
        "name": "webdriver-sync",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/home/nick"
    ]
  ],
  "_from": "webdriver-sync@latest",
  "_id": "webdriver-sync@1.0.0",
  "_inCache": true,
  "_location": "/webdriver-sync",
  "_nodeVersion": "5.0.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/webdriver-sync-1.0.0.tgz_1494605076763_0.08031281386502087"
  },
  "_npmUser": {
    "name": "jsdevel",
    "email": "js.developer.undefined@gmail.com"
  },
  "_npmVersion": "3.3.6",
  "_phantomChildren": {
    "lodash": "4.17.4"
  },
  "_requested": {
    "raw": "webdriver-sync",
    "scope": null,
    "escapedName": "webdriver-sync",
    "name": "webdriver-sync",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/webdriver-sync/-/webdriver-sync-1.0.0.tgz",
  "_shasum": "9a0fe120a8f6a1ae2e9b8c56fb7109320674f503",
  "_shrinkwrap": null,
  "_spec": "webdriver-sync",
  "_where": "/home/nick",
  "author": {
    "name": "Joseph Spencer"
  },
  "bugs": {
    "url": "https://github.com/jsdevel/webdriver-sync/issues"
  },
  "dependencies": {
    "async": "~2.4.0",
    "java": "^0.11.0",
    "selenium-binaries": "^0.13.9"
  },
  "description": "Selenium testing without nested callbacks or promises!",
  "devDependencies": {
    "jshint": "^2.9.7",
    "mocha": "^5.2.0",
    "proxyquire": "^1.7.11",
    "should": "*",
    "sinon": "^2.2.0"
  },
  "directories": {},
  "dist": {
    "shasum": "9a0fe120a8f6a1ae2e9b8c56fb7109320674f503",
    "tarball": "https://registry.npmjs.org/webdriver-sync/-/webdriver-sync-1.0.0.tgz"
  },
  "gitHead": "a2775a48ce84de370e75691b6e01bd1911e5616d",
  "homepage": "https://github.com/jsdevel/webdriver-sync#readme",
  "keywords": [
    "webdriver",
    "selenium",
    "testing",
    "sync",
    "synchronous",
    "api",
    "chrome",
    "safari",
    "internet explorer",
    "explorer",
    "internet",
    "ie",
    "driver",
    "node",
    "javascript"
  ],
  "license": "MIT",
  "main": "src/webdriver-sync.js",
  "maintainers": [
    {
      "name": "jsdevel",
      "email": "js.developer.undefined@gmail.com"
    },
    {
      "name": "nicktulett",
      "email": "nicktulett@gmail.com"
    }
  ],
  "name": "webdriver-sync",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdevel/webdriver-sync.git"
  },
  "scripts": {
    "lint-src": "jshint --config .jshintrc src/**/*.js",
    "lint-test": "jshint --config .test-jshintrc test/**/*.js",
    "mocha": "mocha -r should --no-timeouts test/*.js test/classes/*.js test/enums/*.js test/interfaces/*.js",
    "test": "npm run lint-src && npm run lint-test && npm run mocha"
  },
  "version": "1.0.1"
}
