{
  "name": "mocha-osx-reporter",
  "version": "0.1.2",
  "description": "A Mocha reporter. Report results with OSX Notification Center.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jtblin/mocha-osx-reporter.git"
  },
  "keywords": [
    "mocha",
    "reporter",
    "osx",
    "notification",
    "growl"
  ],
  "author": "Jerome Touffe-Blin <jtblin@gmail.com>",
  "license": "BSD",
  "dependencies": {
    "osx-notifier": "^0.2.1"
  },
  "peerDependencies": {
    "mocha": ">=0.4"
  }
}
