{
  "name": "leadfoot",
  "version": "1.7.6",
  "description": "Leadfoot. A JavaScript client library that brings cross-platform consistency to the Selenium WebDriver API.",
  "repository": {
    "type": "git",
    "url": "https://github.com/theintern/leadfoot.git"
  },
  "license": "BSD-3-Clause",
  "dependencies": {
    "dojo": "2.0.0-alpha.7",
    "jszip": "2.5.0"
  },
  "devDependencies": {
    "intern": "3.3.2",
    "rimraf": "2.5.4"
  },
  "bugs": "https://github.com/theintern/leadfoot/issues",
  "keywords": [
    "javascript",
    "test",
    "functional",
    "selenium",
    "webdriver",
    "sauce labs",
    "browserstack",
    "testingbot"
  ],
  "homepage": "http://github.com/theintern/leadfoot",
  "scripts": {
    "test": "intern-runner config=tests/intern",
    "apidoc": "node support/apidoc.js"
  }
}