{
  "name": "nemo-core",
  "version": "1.1.3",
  "description": "Node.js based configuration and plugin platform for selenium-webdriver",
  "scripts": {
    "test": "npm run lint && mocha --timeout 30000 ",
    "test:default": "npm run lint && mocha --timeout 30000 --reporter spec",
    "lint": "eslint --fix lib/* examples/* test/**/* --ext .json"
  },
  "dependencies": {
    "async": "^2.6.2",
    "confit": "^2.0.0",
    "debug": "^3.2.6",
    "lodash": "^4.17.11",
    "selenium-webdriver": "^3.4.0",
    "shortstop-handlers": "^1.0.0",
    "yargs": "^13.2.4"
  },
  "main": "index.js",
  "devDependencies": {
    "chai": "^4.2.0",
    "chromedriver": "^2.43.0",
    "eslint": "^5.16.0",
    "eslint-plugin-json": "^1.4.0",
    "geckodriver": "^1.16.2",
    "mocha": "^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/paypal/nemo-core.git"
  },
  "keywords": [
    "Selenium, Automation"
  ],
  "engines": {
    "node": ">= 6.0.0"
  },
  "author": "Matt Edelman <medelman@paypal.com>",
  "contributors": [
    "Matt Edelman <medelman@paypal.com>",
    "Nilesh Kulkarni <nikulkarni@paypal.com>",
    "Shay Davidson <shay.h.davidson@gmail.com>",
    "Ashwin Hegde <ashegde@paypal.com>"
  ],
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
    }
  ]
}
