{
  "name": "meta4qa",
  "version": "1.8.5",
  "description": "A QA robot for software projects using BDD/Gherkin",
  "main": "lib/index.js",
  "scripts": {
    "test": "node lib/index.js"
  },
  "bugs": {
    "url": "https://github.com/troven/project/issues",
    "email": "cto@troven.com.au"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/troven/meta4qa.git"
  },
  "author": "cto@troven.com.au",
  "license": "Apache-2.0",
  "dependencies": {
    "JSONPath": "^0.11.2",
    "async": "^2.0.1",
    "commander": "^2.9.0",
    "csvtojson": "^0.5.14",
    "debug": "^2.3.3",
    "diet-yadda": "^0.22.0",
    "handlebars": "^4.0.5",
    "js-sha256": "^0.3.2",
    "js-yaml": "^3.6.1",
    "lodash": "^4.17.2",
    "meta4qa-blueprint": "^1.9.1",
    "meta4qa-common": "^1.9.12",
    "meta4qa-webapi": "^1.9.11",
    "mkdirp": "^0.5.1",
    "mocha": "^3.2.0",
    "ms": "^0.7.2",
    "net": "^1.0.2",
    "promise": "^7.1.1",
    "request": "^2.72.0",
    "winston": "^2.2.0",
    "winston-logsene": "^1.2.0",
    "xmldom": "^0.1.22",
    "xpath": "0.0.23"
  },
  "bin": {
    "qa": "lib/index.js"
  },
  "peerDependencies": {},
  "ignore-devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-yuidoc": "^1.0.0"
  }
}
