mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "azure-devops-node-api",
|
|
"description": "Node client for Azure DevOps and TFS REST APIs",
|
|
"version": "7.2.0",
|
|
"main": "./WebApi.js",
|
|
"types": "./WebApi.d.ts",
|
|
"scripts": {
|
|
"build": "node make.js build",
|
|
"samples": "node make.js samples",
|
|
"test": "node make.js test",
|
|
"units": "node make.js units"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/azure-devops-node-api"
|
|
},
|
|
"author": "Microsoft Corporation",
|
|
"contributors": [
|
|
"Bryan MacFarlane <bryanmac@microsoft.com>",
|
|
"Daniel McCormick<daniel.mccormick@microsoft.com>",
|
|
"Scott Dallamura <scdallam@microsoft.com>",
|
|
"Stephen Franceschelli<stephen.franceschelli@microsoft.com>",
|
|
"Teddy Ward <t-edward@microsoft.com>"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"os": "0.1.1",
|
|
"tunnel": "0.0.4",
|
|
"typed-rest-client": "1.2.0",
|
|
"underscore": "1.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mocha": "^2.2.44",
|
|
"@types/shelljs": "0.7.8",
|
|
"mocha": "^3.5.3",
|
|
"nock": "9.6.1",
|
|
"shelljs": "0.7.8",
|
|
"typescript": "2.4.2",
|
|
"@types/node": "8.9.2"
|
|
}
|
|
}
|