{
  "name": "azure-arm-relay",
  "author": "Microsoft Corporation",
  "contributors": [
    "Sayyed, Zeeshan <sazeesha@microsoft.com>"
  ],
  "version": "2.0.0-preview",
  "description": "Microsoft Azure Relay Management Client Library for node",
  "tags": [
    "azure",
    "sdk"
  ],
  "keywords": [
    "node",
    "azure"
  ],
  "main": "./lib/relayManagementClient.js",
  "types": "./lib/relayManagementClient.d.ts",
  "license": "MIT",
  "dependencies": {
    "ms-rest": "^2.2.2",
    "ms-rest-azure": "^2.3.3"
  },
  "homepage": "http://github.com/Azure/azure-sdk-for-node",
  "repository": {
    "type": "git",
    "url": "git@github.com:Azure/azure-sdk-for-node.git"
  },
  "bugs": {
    "url": "http://github.com/Azure/azure-sdk-for-node/issues"
  },
  "scripts": {
    "test": "npm -s run-script jshint"
  }
}
