2015-12-02 15:16:46 +03:00
|
|
|
{
|
2015-12-08 15:38:15 +03:00
|
|
|
"name": "vso-vmware",
|
2015-12-02 15:16:46 +03:00
|
|
|
"version": "1.0.0",
|
2015-12-08 15:38:15 +03:00
|
|
|
"description": "VMWare extension with tasks for Visual Studio Team Services.",
|
2015-12-02 15:16:46 +03:00
|
|
|
"main": "app.js",
|
2015-12-04 07:19:48 +03:00
|
|
|
"author": "Microsoft",
|
2015-12-08 15:38:15 +03:00
|
|
|
"license": "MIT",
|
2015-12-09 12:27:51 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Microsoft/vso-vmware.git"
|
2015-12-08 15:38:15 +03:00
|
|
|
},
|
2015-12-02 15:16:46 +03:00
|
|
|
"devDependencies": {
|
2015-12-09 12:27:51 +03:00
|
|
|
"chai": "^3.4.1",
|
2015-12-30 19:32:21 +03:00
|
|
|
"del": "^2.2.0",
|
2015-12-24 21:15:42 +03:00
|
|
|
"fs": "^0.0.2",
|
2015-12-02 15:16:46 +03:00
|
|
|
"gulp": "^3.9.0",
|
2015-12-11 16:16:23 +03:00
|
|
|
"gulp-istanbul": "^0.10.3",
|
2015-12-02 15:16:46 +03:00
|
|
|
"gulp-mocha": "^2.1.3",
|
|
|
|
"gulp-tsb": "^1.7.4",
|
|
|
|
"gulp-tslint": "^3.5.0",
|
2015-12-21 18:37:57 +03:00
|
|
|
"gulp-util": "^3.0.4",
|
2015-12-02 15:16:46 +03:00
|
|
|
"mocha": "^2.3.3",
|
2015-12-12 10:02:16 +03:00
|
|
|
"q": "^1.4.1",
|
2015-12-02 15:16:46 +03:00
|
|
|
"rimraf": "^2.4.3",
|
2015-12-21 18:37:57 +03:00
|
|
|
"shelljs": "^0.3.0",
|
2015-12-09 12:27:51 +03:00
|
|
|
"sinon": "^1.17.2",
|
|
|
|
"sinon-chai": "^2.8.0",
|
2015-12-21 18:37:57 +03:00
|
|
|
"tfx-cli": "^0.3.8",
|
2015-12-02 15:16:46 +03:00
|
|
|
"tsd": "^0.6.5",
|
2016-02-26 09:36:55 +03:00
|
|
|
"tslint": "^2.5.1",
|
|
|
|
"typescript": "^1.8.2"
|
2015-12-09 12:27:51 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-02-26 09:36:55 +03:00
|
|
|
"vsts-task-lib": "0.5.10"
|
2015-12-02 15:16:46 +03:00
|
|
|
}
|
|
|
|
}
|