{
  "name": "hairballs",
  "version": "0.3.3",
  "description": "Shared utilities for Lint Reporters",
  "keywords": [
    "eslint",
    "scss-lint",
    "team city"
  ],
  "main": "src/index.js",
  "scripts": {
    "test": "istanbul cover _mocha",
    "coveralls": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ratherblue/hairballs.git"
  },
  "author": {
    "email": "ratherblue@gmail.com"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/ratherblue/hairballs/blob/master/LICENSE"
  },
  "bugs": {
    "url": "https://github.com/ratherblue/hairballs/issues"
  },
  "homepage": "https://github.com/ratherblue/hairballs",
  "dependencies": {
    "handlebars": "^4.5.1"
  },
  "devDependencies": {
    "chai": "4.2.0",
    "coveralls": "3.0.6",
    "istanbul": "0.4.5",
    "mocha": "6.2.0",
    "mocha-lcov-reporter": "1.3.0"
  }
}
