{
  "name": "terror",
  "version": "1.4.0",
  "description": "Base error class which will help you grep logs more effectively",
  "main": "./lib/terror.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "eslint lib test && jscs lib test && mocha test --check-leaks",
    "coverage": "mkdir -p coverage && unit-coverage -s lib/*.js -t test/*.js -r html -o ./coverage/index.html run"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nodules/terror.git"
  },
  "keywords": [
    "error"
  ],
  "author": "Ruslan Kerimov <orion@yandex-team.ru> (https://github.com/ruslankerimov)",
  "maintainers": [
    "Phillip Kovalev <twilightfeel@gmail.com> (https://github.com/kaero)"
  ],
  "contributors": [
    "Phillip Kovalev <twilightfeel@gmail.com> (https://github.com/kaero)",
    "Dmitriy Vinokurov <vinokuroff.dm@gmail.com> (https://github.com/vindm)",
    "Igor Shevchenko (https://github.com/cy6erskunk)",
    "Nikita Ezhkov (https://github.com/nikita-ezhkov)",
    "Konstantin Chernenko (https://github.com/zoobestik)",
    "Vladislav Kurkin <b-vladi@cs-console.ru> (https://github.com/B-Vladi)",
    "Vladimir Varankin <nek.narqo@gmail.com> (https://github.com/narqo)"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/nodules/terror/raw/master/LICENSE"
    }
  ],
  "readmeFilename": "README.md",
  "devDependencies": {
    "chai": "^2.2.0",
    "eslint": "^1.10.3",
    "eslint-config-nodules": "^0.1.1",
    "jscs": "^2.6.0",
    "jscs-preset-nodules": "^0.1.0",
    "mocha": "^2.4.5",
    "sinon": "^1.14.1",
    "unit-coverage": "^3.4.0"
  }
}
