{
  "name": "ottomaton-browser",
  "version": "1.0.0",
  "description": "A library of browser automation actions for use with ottomaton.",
  "main": "index.js",
  "bin": {
    "otto-browser": "lib/bin/otto-browser.js"
  },
  "scripts": {
    "test": "blue-tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/allain/ottomaton-browser"
  },
  "keywords": [
    "ottomaton",
    "library",
    "browser",
    "automation"
  ],
  "author": "Allain Lalonde <allain.lalonde@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/allain/ottomaton-browser/issues"
  },
  "homepage": "https://github.com/allain/ottomaton-browser#readme",
  "dependencies": {
    "debug": "^2.2.0",
    "defaults": "^1.0.3",
    "fj-flatten": "^1.0.0",
    "ottomaton": "1.x.x",
    "selenium-webdriver": "^2.47.0"
  },
  "devDependencies": {
    "blue-tape": "^0.1.10"
  },
  "engine": ">=4.0.0"
}
