{
  "name": "@o3world/backstopjs",
  "version": "1.8.1",
  "description": "A commandline utility and node server to assist in creating drupal backstop tests",
  "main": "backstop.js",
  "scripts": {
    "init": "cp config.js.example config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "backstop-ci": "./backstop.js"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "keywords": [
    "backstopjs",
    "regression testing"
  ],
  "author": "Nick Lewis",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/o3world/backstop-starter-kit.git"
  },
  "bugs": {
    "url": "https://github.com/o3world/backstop-starter-kit/issues"
  },
  "homepage": "https://github.com/o3world/backstop-starter-kit#readme",
  "dependencies": {
    "backstopjs": "^4.1.12",
    "global-modules-path": "^2.3.1",
    "lodash": "^4.17.15",
    "yargs": "^14.0.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^3.0.6",
    "@semantic-release/git": "^7.0.18",
    "@semantic-release/npm": "^5.3.4",
    "semantic-release": "^15.13.31"
  },
  "publishConfig": {
    "access": "public"
  }
}
