{
  "name": "stdout-reporter",
  "version": "1.0.0",
  "description": "A tests stdout reporter",
  "main": "lib/index.js",
  "scripts": {
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:leobalter/stdout-reporter.git"
  },
  "keywords": [
    "tests",
    "reporter"
  ],
  "author": "Leo Balter",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/leobalter/stdout-reporter/issues"
  },
  "homepage": "https://github.com/leobalter/stdout-reporter",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.11.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-jscs": "^1.6.0",
    "load-grunt-tasks": "^3.1.0",
    "qunit-reporter-stdout": "^0.2.0",
    "qunitjs": "^1.18.0",
    "spawn-sync": "^1.0.6"
  },
  "dependencies": {
    "chalk": "^1.0.0"
  }
}
