{
  "name": "mocha-clean",
  "version": "1.0.0",
  "description": "Cleans up mocha stack traces.",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "coverage": "env COVERAGE=1 mocha -R html-cov > coverage.html && open coverage.html"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rstacruz/mocha-clean.git"
  },
  "keywords": [
    "mocha"
  ],
  "author": "Rico Sta. Cruz <hi@ricostacruz.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rstacruz/mocha-clean/issues"
  },
  "homepage": "https://github.com/rstacruz/mocha-clean",
  "devDependencies": {
    "blanket": "^1.1.6",
    "chai": "^1.9.1",
    "coveralls": "^2.11.2",
    "mocha": "^1.21.4",
    "mocha-lcov-reporter": "0.0.1"
  }
}
