{
  "name": "srv-failover",
  "version": "2.0.0",
  "description": "Library that returns DNS SRV addresses with failover support",
  "main": "dist/index.js",
  "browser": "index-webpack.js",
  "scripts": {
    "build": "npm run build:webpack && npm run build:coffee",
    "build:webpack": "webpack -p",
    "build:coffee": "coffee --compile --map --output dist/ src/*.coffee",
    "test": "mocha",
    "test:watch": "mocha -w -G"
  },
  "repository": "git@github.com:octoblu/srv-failover.git",
  "author": "Octoblu <serveradmin@octoblu.com>",
  "license": "MIT",
  "dependencies": {
    "http-dns": "^3.0.1",
    "lodash": "^4.17.4"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coffee-loader": "^0.7.3",
    "coffee-script": "^1.12.6",
    "mocha": "^3.2.0",
    "sinon": "^1.17.7",
    "sinon-chai": "^2.8.0",
    "webpack": "^2.2.1"
  }
}
