{
  "name": "coffeebreak",
  "version": "0.3.2",
  "description": "Test runner for Mocha",
  "main": "coffeebreak.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "grunt test"
  },
  "bin": {
    "coffeebreak": "bin/coffeebreak"
  },
  "keywords": [
    "coffee",
    "coffeebreak",
    "testrunner",
    "unittest",
    "mocha",
    "mochatest",
    "mochatestrunner"
  ],
  "author": "Andi Heinkelein <andi@noname-media.com> (http://noname-media.com/)",
  "license": "MIT",
  "dependencies": {
    "xqnode-logger": "^0.1.2",
    "glob": "~4.3.4",
    "minimatch": "~2.0.1",
    "node.extend": "~1.1.3",
    "mocha": "~2.1.0",
    "express": "~4.11.0",
    "hbs": "~2.8.0",
    "mocha-phantomjs": "~3.5.2",
    "phantomjs": "~1.9.13",
    "async": "~0.9.0",
    "commander": "~2.6.0",
    "sockjs": "~0.3.12",
    "express-server": "~0.5.3",
    "coffeebreak-phantomjs-runner": "^0.0.1"
  },
  "devDependencies": {
    "expect": "1.3.0",
    "grunt": "~0.4.5",
    "grunt-contrib-copy": "^0.7.0",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-less": "^1.0.0",
    "grunt-mocha-cli": "~1.12.0",
    "sinon": "~1.12.2",
    "sinon-expect": "~0.2.0",
    "supertest": "^0.15.0"
  }
}
