{
  "name": "xcore-express",
  "version": "1.0.1",
  "description": "A lightweight library that brings middlewares to handle error reporting in web applications using Node and Express.",
  "author": {
    "name": "Zeeshan Mian",
    "url": "http://zmian.me"
  },
  "contributors": [
    {
      "name": "Zeeshan Mian",
      "url": "http://zmian.me"
    }
  ],
  "homepage": "https://github.com/zmian/xcore-express",
  "main": "xcore.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "engines": {
    "node": "*"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zmian/xcore-express"
  },
  "bugs": {
    "url": "https://github.com/zmian/xcore-express/issues"
  },
  "keywords": [
    "node",
    "express",
    "middlewares",
    "helpers",
    "exceptions",
    "errorHandler",
    "logger",
    "xcore"
  ],
  "dependencies": {
    "xcore-exceptions": "~1.0.0"
  }
}
