{
  "name": "ms-rest-azure",
  "author": {
    "name": "Microsoft Corporation",
    "email": "azsdkteam@microsoft.com",
    "url": "https://github.com/Azure/azure-sdk-for-node"
  },
  "version": "2.5.7",
  "description": "Client Runtime for Node.js Azure client libraries generated using AutoRest",
  "tags": [
    "node",
    "microsoft",
    "autorest",
    "azure",
    "clientruntime"
  ],
  "keywords": [
    "node",
    "microsoft",
    "autorest",
    "azure",
    "clientruntime"
  ],
  "main": "./lib/msRestAzure.js",
  "types": "./index.d.ts",
  "license": "MIT",
  "dependencies": {
    "adal-node": "^0.1.28",
    "async": "2.6.0",
    "moment": "^2.22.2",
    "ms-rest": "^2.3.2",
    "uuid": "^3.2.1"
  },
  "devDependencies": {
    "@types/mocha": "^2.2.40",
    "@types/node": "^9.4.6",
    "@types/should": "^8.1.30",
    "@types/uuid": "^3.4.3",
    "jshint": "^2.9.5",
    "mocha": "^5.2.0",
    "nock": "^9.3.2",
    "should": "5.2.0",
    "sinon": "^2.3.8",
    "typescript": "^2.7.2"
  },
  "homepage": "https://github.com/Azure/azure-sdk-for-node/runtime/ms-rest-azure",
  "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 install && npm -s run-script tsc && npm -s run-script jshint && npm -s run-script unit",
    "unit": "node test/unit.js testlist.txt",
    "jshint": "jshint lib --reporter=jslint",
    "tsc": "tsc index.d.ts"
  }
}
