{
  "name": "nightwatch-gui",
  "version": "1.2.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "gui": "node app.js"
  },
  "repository": "https://github.com/fbedussi/nightwatchGui.git",
  "config": {
    "featuresParentFolder": "",
    "featuresFolderName": "features",
    "nightwatchConfigJsFolder": "",
    "excludeFolders": "['step_definitions']"
  },
  "author": "Francesco Bedussi",
  "license": "ISC",
  "dependencies": {
    "ansi-to-html": "^0.6.4",
    "body-parser": "^1.18.3",
    "cross-spawn": "^6.0.5",
    "express": "^4.16.3",
    "gherkin": "^5.1.0",
    "open": "0.0.5",
    "socket.io": "^2.1.1"
  },
  "bin": {
    "nightwatchGui": "index.js",
    "nightwatch-gui": "index.js"
  }
}
