{
  "name": "static-server",
  "description": "A simple http server to serve static resource files from a local directory.",
  "version": "2.2.1",
  "author": "Eduardo Bohrer <nbluisrs@gmail.com>",
  "keywords": [
    "static",
    "server",
    "local",
    "assets"
  ],
  "main": "./server.js",
  "repository": {
    "type": "git",
    "url": "https://github.com:nbluis/static-server.git"
  },
  "bin": {
    "static-server": "./bin/static-server.js"
  },
  "scripts": {
    "test": "mocha",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly"
  },
  "engines": {
    "node": ">=4"
  },
  "dependencies": {
    "chalk": "^0.5.1",
    "commander": "^2.3.0",
    "file-size": "0.0.5",
    "mime": "^1.2.11",
    "opn": "^5.2.0"
  },
  "license": "MIT",
  "devDependencies": {
    "istanbul": "^0.3.0",
    "mocha": "^4.0.1",
    "should": "^4.0.4",
    "supertest": "^0.15.0"
  }
}
