{
  "name": "firestarter",
  "description": "Module to safely and easily start and stop your express app",
  "version": "0.1.61",
  "author": "davewilliamson",
  "homepage": "http://firestarter.ukit.net",
  "keywords": [
    "express",
    "startup",
    "shutdown",
    "error handling",
    "errors",
    "SPDY"
  ],
  "bugs": "https://github.com/davewilliamson/firestarter/issues",
  "private": false,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:davewilliamson/firestarter.git"
  },
  "contributors": [
    {
      "name": "Dave Williamson",
      "email": "dave@ukit.net",
      "url": "http://github.com/davewilliamson"
    }
  ],
  "engine": {
    "node": ">=4.4.5"
  },
  "scripts": {
    "test": "echo \"No tests :(\""
  },
  "main": "index.js",
  "eslintConfig": {
    "env": {
      "node": true,
      "browser": false
    },
    "globals": {
      "inspect": true,
      "immediately": true,
      "require": true,
      "module": true
    },
    "rules": {
      "quotes": [
        2,
        "single"
      ],
      "no-mixed-requires": [
        0,
        true
      ],
      "no-underscore-dangle": 0
    }
  },
  "dependencies": {
    "colors": "latest",
    "express": "latest",
    "findhit-proxywrap": "git+https://github.com/danilobuiatti/proxywrap.git#master",
    "gc-stats": "^1.2.0",
    "graceful-fs": "latest",
    "spdy": "latest"
  }
}
