{
  "_args": [
    [
      {
        "name": "wd",
        "raw": "wd@^0.3.8",
        "rawSpec": "^0.3.8",
        "scope": null,
        "spec": ">=0.3.8 <0.4.0",
        "type": "range"
      },
      "C:\\Workspace\\web-component-tester\\node_modules\\web-component-tester"
    ]
  ],
  "_from": "wd@>=0.3.8 <0.4.0",
  "_id": "wd@0.3.12",
  "_inCache": true,
  "_installable": true,
  "_location": "/wd",
  "_nodeVersion": "0.12.3",
  "_npmUser": {
    "email": "seb.vincent@gmail.com",
    "name": "sebv"
  },
  "_npmVersion": "2.10.0",
  "_phantomChildren": {
    "asn1": "0.1.11",
    "assert-plus": "0.1.5",
    "aws-sign2": "0.5.0",
    "bl": "0.9.5",
    "bluebird": "2.10.2",
    "chalk": "1.1.3",
    "combined-stream": "0.0.7",
    "ctype": "0.5.3",
    "form-data": "0.2.0",
    "graceful-readlink": "1.0.1",
    "is-my-json-valid": "2.13.1",
    "isstream": "0.1.2",
    "json-stringify-safe": "5.0.1",
    "node-uuid": "1.4.7",
    "stringstream": "0.0.5",
    "tough-cookie": "2.2.2",
    "tunnel-agent": "0.4.3"
  },
  "_requested": {
    "name": "wd",
    "raw": "wd@^0.3.8",
    "rawSpec": "^0.3.8",
    "scope": null,
    "spec": ">=0.3.8 <0.4.0",
    "type": "range"
  },
  "_requiredBy": [
    "/web-component-tester"
  ],
  "_resolved": "https://registry.npmjs.org/wd/-/wd-0.3.12.tgz",
  "_shasum": "3fb4f1d759f8c85dde5393d17334ffe03e9bb329",
  "_shrinkwrap": null,
  "_spec": "wd@^0.3.8",
  "_where": "C:\\Workspace\\web-component-tester\\node_modules\\web-component-tester",
  "author": {
    "email": "adam.christian@gmail.com",
    "name": "Adam Christian"
  },
  "bin": {
    "wd": "./lib/bin.js"
  },
  "bugs": {
    "url": "https://github.com/admc/wd/issues"
  },
  "contributors": [
    {
      "name": "Ruben Daniels",
      "url": "https://github.com/javruben"
    },
    {
      "name": "Peter Braden",
      "url": "https://github.com/peterbraden"
    },
    {
      "name": "Seb Vincent",
      "url": "https://github.com/sebv"
    },
    {
      "name": "Peter 'Pita' Martischka",
      "url": "https://github.com/Pita"
    },
    {
      "name": "Jonathan Lipps",
      "url": "https://github.com/jlipps"
    },
    {
      "name": "Phil Sarin",
      "url": "https://github.com/pdsarin"
    },
    {
      "name": "Mathieu Sabourin",
      "url": "https://github.com/OniOni"
    },
    {
      "name": "Bjorn Tipling",
      "url": "https://github.com/btipling"
    },
    {
      "name": "Santiago Suarez Ordonez",
      "url": "https://github.com/santiycr"
    },
    {
      "name": "Bernard Kobos",
      "url": "https://github.com/bernii"
    },
    {
      "name": "Jason Carr",
      "url": "https://github.com/maudineormsby"
    },
    {
      "email": "hi@mattischneider.fr",
      "name": "Matti Schneider",
      "url": "https://github.com/MattiSG"
    }
  ],
  "dependencies": {
    "archiver": "~0.14.0",
    "async": "~1.0.0",
    "lodash": "~3.9.3",
    "q": "~1.4.1",
    "request": "~2.55.0",
    "underscore.string": "~3.0.3",
    "vargs": "~0.1.0"
  },
  "description": "WebDriver/Selenium 2 node.js client",
  "devDependencies": {
    "bdd-with-opts": "~1.0.0",
    "chai": "~2.3.0",
    "chai-as-promised": "~5.0.0",
    "colors": "~1.1.0",
    "dox": "~0.8.0",
    "express": "~4.12.4",
    "gulp": "~3.8.1",
    "gulp-jshint": "~1.11.0",
    "hbs": "~3.0.1",
    "http-proxy": "~1.11.1",
    "imageinfo": "~1.0.4",
    "istanbul": "~0.3.0",
    "jshint": "~2.7.0",
    "jshint-stylish": "~2.0.0",
    "mocha": "~2.2.5",
    "mu2": "~0.5.20",
    "nock": "~2.2.0",
    "node-uuid": "~1.4.1",
    "promise-simple": "~0.1.0",
    "run-sequence": "~1.1.0",
    "sauce-connect-launcher": "~0.11.1",
    "spawn-mocha-parallel": "~1.3.1",
    "sv-selenium": "~0.2.5",
    "yargs": "~3.9.1"
  },
  "directories": {
    "lib": "./lib"
  },
  "dist": {
    "shasum": "3fb4f1d759f8c85dde5393d17334ffe03e9bb329",
    "tarball": "https://registry.npmjs.org/wd/-/wd-0.3.12.tgz"
  },
  "engines": [
    "node"
  ],
  "gitHead": "8058f745e273693ec12a6b81f54bb501c38261a4",
  "homepage": "https://github.com/admc/wd#readme",
  "keywords": [
    "testing",
    "automation",
    "webdriver",
    "webdriverjs",
    "selenium"
  ],
  "license": "Apache-2.0",
  "main": "./lib/main",
  "maintainers": [
    {
      "email": "adam.christian@gmail.com",
      "name": "admc"
    },
    {
      "email": "seb.vincent@gmail.com",
      "name": "sebv"
    },
    {
      "email": "jlipps@gmail.com",
      "name": "jlipps"
    },
    {
      "email": "sebastiantiedtke@gmail.com",
      "name": "sourishkrout"
    }
  ],
  "name": "wd",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/admc/wd.git"
  },
  "scripts": {
    "test": "make test",
    "test_sauce": "make test_e2e_sauce"
  },
  "version": "0.3.12"
}
