{
  "name": "testcafe-reporter-json",
  "version": "2.2.0",
  "description": "JSON TestCafe reporter plugin.",
  "repository": "https://github.com/DevExpress/testcafe-reporter-json",
  "author": {
    "name": "Developer Express Inc.",
    "url": "https://devexpress.com"
  },
  "main": "lib/index",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "gulp test",
    "publish-please": "publish-please",
    "prepublish": "publish-please guard"
  },
  "keywords": [
    "testcafe",
    "reporter",
    "plugin",
    "json"
  ],
  "license": "MIT",
  "devDependencies": {
    "babel-eslint": "^4.0.10",
    "callsite-record": "^3.2.0",
    "del": "^1.2.0",
    "gulp": "^3.9.0",
    "gulp-babel": "^5.2.1",
    "gulp-eslint": "^1.1.1",
    "gulp-mocha": "^2.2.0",
    "normalize-newline": "^1.0.2",
    "publish-please": "^2.1.4",
    "read-file-relative": "^1.2.0",
    "testcafe": "0.9.0"
  },
  "dependencies": {},
  "engines": {
    "node": ">=8.0.0"
  }
}