{
  "name": "xbdd-node",
  "version": "1.0.0",
  "description": "A node.js module to send test results to XBDD",
  "main": "xbdd.js",
  "scripts": {
    "test": "echo \"test\""
  },
  "repository": {
    "type": "git",
    "url": "https://MarshallOfSound@github.com/MarshallOfSound/xbdd-node.git"
  },
  "keywords": [
    "XBDD",
    "results",
    "cucumber",
    "cukes"
  ],
  "author": "Samuel Attard",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MarshallOfSound/xbdd-node/issues"
  },
  "homepage": "https://github.com/MarshallOfSound/xbdd-node",
  "devDependencies": {
    "request": "^2.53.0"
  }
}
