{
  "name": "mcstatic",
  "description": "Static Http server for mocking and stuff",
  "author": "Tim Chaplin <tim.chaplin@ticktockdevelopment.com>",
  "version": "0.0.20",
  "repository": {
    "type": "git",
    "url": "git@github.com:tjchaplin/mcstatic.git"
  },
  "homepage": "https://github.com/tjchaplin/mcstatic",
  "dependencies": {
    "he": "~0.4.1",
    "mime": "1.2.x",
    "minimist": "~0.0.5",
    "commander": "~2.5.0",
    "temp": "~0.8.1",
    "request": "2.12.x"
  },
  "devDependencies": {
    "mocha": "0.3.x",
    "express": "3.0.x",
    "union": "0.3.x",
    "mkdirp": "0.3.x",
    "gulp": "*",
    "tap": "~0.4.13"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "main": "./index.js",
  "bin": "./bin/mcstatic",
  "directories": {
    "test": "tests",
    "lib": "lib",
    "bin": "bin"
  },
  "keywords": [
    "static",
    "web",
    "server",
    "files",
    "mime",
    "middleware",
    "mocking",
    "mock",
    "test"
  ],
  "scripts": {
    "test": "gulp test"
  },
  "license": "MIT"
}
