{
  "name": "ms-rest-test",
  "private": true,
  "author": {
    "name": "Microsoft Corporation",
    "email": "azsdkteam@microsoft.com",
    "url": "https://github.com/Azure/AutoRest"
  },
  "version": "1.0.0",
  "description": "Client Runtime for nodeJS client libraries generated using AutoRest",
  "tags": ["node", "microsoft", "autorest", "clientruntime"],
  "keywords": ["node", "microsoft", "autorest", "clientruntime"],
  "main": "../lib/msRest.js",
  "license": "MIT",
  "dependencies": {
    "underscore": "1.4.x",
    "tunnel": "~0.0.2",
    "request": "2.69.0",
    "duplexer": "~0.1.1",
    "through": "~2.3.4"
  },
  "devDependencies": {
    "jshint": "2.6.3",
    "xunit-file": "0.0.5",
    "mocha": "2.2.5",
    "should": "5.2.0",
    "moment":  "~2.18.1"
  },
  "homepage": "https://github.com/Azure/AutoRest/src/client/NodeJS/ms-rest/test",
  "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 jshint && npm -s run-script unit",
    "unit": "node unit.js testlist.txt",
    "jshint": "jshint lib --reporter=jslint"
  }
}