{
  "name": "bud-tls-test",
  "version": "1.0.0",
  "description": "Bud - TLS Terminator",
  "bin": {
    "bud": "./npm/bud"
  },
  "main": "./lib/bud.js",
  "preferGlobal": true,
  "scripts": {
    "preinstall": "make preinstall",
    "test": "node npm/locate.js && mocha --reporter spec test/*-test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:indutny/bud.git"
  },
  "keywords": [
    "bud",
    "tls",
    "openssl"
  ],
  "author": "Fedor Indutny <fedor@indutny.com>",
  "license": "MIT",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/indutny/bud/issues"
  },
  "homepage": "https://github.com/indutny/bud",
  "devDependencies": {
    "asn1.js": "^2.0.3",
    "asn1.js-rfc2560": "^2.1.0",
    "mocha": "^1.18.2",
    "ocsp": "^1.0.0",
    "semver": "^2.2.1",
    "spdy": "^1.25.0",
    "utile": "^0.2.1"
  }
}
