{
  "name": "h2",
  "version": "0.3.0",
  "description": "Simple http2 static asset server",
  "main": "lib/index.js",
  "bin": {
    "h2": "./bin/h2"
  },
  "preferGlobal": "true",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jmandzik/h2.git"
  },
  "author": "Justin Mandzik",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jmandzik/h2/issues"
  },
  "homepage": "https://github.com/jmandzik/h2#readme",
  "dependencies": {
    "http2": "^3.3.2",
    "yargs": "^3.32.0"
  },
  "devDependencies": {
    "eslint": "^1.10.3",
    "eslint-config-airbnb": "^4.0.0"
  },
  "engines": {
    "node": ">=5.0.0"
  }
}
