{
    "name": "vso-node-api",
    "description": "Node client for Visual Studio Online/TFS REST APIs",
    "version": "6.5.0",
    "main": "./WebApi.js",
    "scripts": {
        "build": "node make.js build",
        "test": "node make.js test",
        "samples": "node make.js test && node samples/run.js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Microsoft/vso-node-api"
    },
    "author": "Microsoft Corporation",
    "contributors": [
        "Bryan MacFarlane <bryanmac@microsoft.com>",
        "Scott Dallamura <scdallam@microsoft.com>",
        "Teddy Ward <t-edward@microsoft.com>"
    ],
    "license": "MIT",
    "dependencies": {
        "tunnel": "0.0.4",
        "typed-rest-client": "^0.12.0",
        "underscore": "1.8.3"
    },
    "devDependencies": {
        "@types/shelljs": "0.7.8",
        "shelljs": "0.7.8",
        "typescript": "2.4.2",
        "@types/node": "8.9.2"
    }
}
