{
  "name": "applicationinsights",
  "license": "MIT",
  "bugs": "https://github.com/Microsoft/ApplicationInsights-node.js/issues",
  "version": "0.17.1",
  "description": "Microsoft Application Insights module for Node.JS",
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/ApplicationInsights-node.js"
  },
  "main": "applicationinsights",
  "keywords": [
    "exception monitoring",
    "request monitoring",
    "performance monitoring",
    "application insights",
    "microsoft",
    "azure"
  ],
  "contributors": [
    {
      "name": "Application Insights Developer Support",
      "email": "aidevsupport@microsoft.com"
    },
    {
      "name": "kszostak",
      "email": "kszostak@microsoft.com"
    },
    {
      "name": "southwood",
      "url": "https://github.com/southwood"
    },
    {
      "name": "bogdanbe",
      "email": "bogdanbe@microsoft.com"
    },
    {
      "name": "lukim",
      "email": "lukim@microsoft.com"
    }
  ],
  "scripts": {
    "prepublish": "tsc --module commonjs --declaration applicationinsights.ts",
    "pretest": "find Tests -type f -name \"*.ts\" | xargs tsc --module commonjs",
    "test": "./node_modules/mocha/bin/mocha ./Tests --recursive"
  },
  "devDependencies": {
    "mocha": "3.1.2",
    "node-mocks-http": "1.2.3",
    "sinon": "1.17.6",
    "typescript": "1.8.9",
    "typings": "2.0.0"
  }
}
