{
  "name": "@gpolakow/node-mbed-dtls",
  "version": "2.4.8",
  "description": "Node mbed DTLS",
  "main": "index.js",
  "scripts": {
    "install": "node-pre-gyp install --fallback-to-build"
  },
  "author": "Bryce Kahle",
  "contributors": [
    "Grzegorz Polaków"
  ],
  "license": "Apache-2.0",
  "gypfile": true,
  "dependencies": {
    "nan": "^2.1.0",
    "node-gyp": "^3.0.3",
    "node-pre-gyp": "^0.10.2",
    "node-pre-gyp-github": "^1.3.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/relayr/node-mbed-dtls.git"
  },
  "devDependencies": {
    "mocha": "^2.3.3",
    "should": "^7.1.0",
    "sinon": "^1.17.1"
  },
  "engines": {
    "node": ">=5.0.0"
  },
  "binary": {
    "module_name": "node_mbed_dtls",
    "module_path": "./dist",
    "host": "https://github.com/relayr/node-mbed-dtls/releases/download/",
    "remote_path": "{version}"
  }
}
