{
  "name": "nightwatch-mongo-reporter",
  "version": "1.1.1",
  "description": "Customer Reporter for the nightwatch project. Saving all ran tests into a defined MongoDB database",
  "main": "index.js",
  "scripts": {
    "test": "mocha tests/index.js"
  },
  "keywords": [
    "nightwatch",
    "mongodb",
    "custom-reporter"
  ],
  "author": "Mattias Nording",
  "license": "MIT",
  "devDependencies": {
    "mocha": "2.2.1"
  },
    "dependencies":
    {
        "mongodb":"1.4.35"
    },
    "repository": {
    "type": "git",
    "url": "git://github.com/mnording/nighwatch-mongo-reporter.git"
  }
}
