{
  "name": "massah",
  "version": "2.13.0",
  "description": "BDD-style automated browser testing in node.js made very easy",
  "main": "index.js",
  "scripts": {
    "test": "mkdir -p node_modules/massah && rsync -av --progress . ./node_modules/massah --exclude node_modules 1>/dev/null && npm rebuild 1>/dev/null && node --expose-gc ./bin/massah test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/lloydwatkin/massah.git"
  },
  "keywords": [
    "bdd",
    "automated",
    "browser",
    "testing",
    "selenium",
    "webdriver",
    "browserstack",
    "chrome",
    "firefox",
    "phantomjs",
    "safari",
    "ie",
    "internet explorer",
    "e2e",
    "automation",
    "test",
    "tests",
    "integration tests"
  ],
  "bin": {
    "massah": "./bin/massah"
  },
  "dependencies": {
    "colours": "^0.6.0-2",
    "debug": "^2.1.0",
    "extend": "1.X",
    "glob": "3.X",
    "headless": "0.X",
    "mocha": "1.X",
    "selenium-webdriver": "~2.53.X",
    "should": "3.X",
    "uname2": "^1.0.2",
    "webdriverjs-helper": "~3.X",
    "yadda": "^0.10.13",
    "yargs": "1.X"
  },
  "author": {
    "name": "Lloyd Watkin"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lloydwatkin/massah/issues"
  },
  "homepage": "https://github.com/lloydwatkin/massah"
}
