{
  "name": "node-etcd",
  "version": "7.0.0",
  "description": "etcd library for node.js (etcd v2 api)",
  "repository": {
    "type": "git",
    "url": "http://github.com/stianeikeland/node-etcd.git"
  },
  "licenses": [
    {
      "type": "BSD 3-Clause",
      "url": "http://opensource.org/licenses/BSD-3-Clause"
    }
  ],
  "maintainers": [
    {
      "name": "Stian Eikeland",
      "email": "stian@eikeland.se",
      "web": "http://eikeland.se/"
    }
  ],
  "contribuitors": [
    {
      "name": "Stian Eikeland",
      "url": "https://github.com/stianeikeland"
    },
    {
      "name": "Derek Brown",
      "email": "mail@derektbrown.com",
      "url": "derektbrown.com"
    },
    {
      "name": "Jon Morehouse",
      "email": "morehousej09@gmail.com",
      "url": "https://github.com/jonmorehouse"
    },
    {
      "name": "Bryan Rockwood",
      "email": "bryan.rockwood@c2fo.com",
      "url": "https://github.com/brockwood"
    }
  ],
  "engines": {
    "node": ">= 6.0.0"
  },
  "main": "lib/index.js",
  "scripts": {
    "build": "node_modules/.bin/coffee --bare --compile --output lib/ src/*.coffee",
    "prepublish": "node_modules/.bin/coffee --bare --compile --output lib/ src/*.coffee",
    "test": "node_modules/.bin/mocha --require coffee-coverage/register-istanbul --compilers coffee:coffee-script/register test/",
    "coverage": "node_modules/.bin/nyc npm test",
    "watch": "node_modules/.bin/mocha --compilers coffee:coffee-script/register --watch"
  },
  "nyc": {
    "check-coverage": true,
    "include": [
      "src/**/*.js"
    ]
  },
  "dependencies": {
    "deasync": "^0.1.13",
    "lodash": "^4.17.10",
    "request": "^2.87.0",
    "url-parse": "^1.4.3"
  },
  "devDependencies": {
    "coffee-coverage": "2.0.1",
    "coffee-script": "1.12.7",
    "mocha": "^4.0.0",
    "nock": "^9.4.4",
    "nyc": "^12.0.0",
    "should": "11.2.1",
    "simple-mock": "0.8.0"
  },
  "keywords": [
    "etcd",
    "raft"
  ]
}
