vsts-vmware/package.json

37 строки
844 B
JSON
Исходник Обычный вид История

2015-12-02 15:16:46 +03:00
{
"name": "vso-vmware",
2015-12-02 15:16:46 +03:00
"version": "1.0.0",
"description": "VMWare extension with tasks for Visual Studio Team Services.",
2015-12-02 15:16:46 +03:00
"main": "app.js",
"author": "Microsoft",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vso-vmware.git"
},
2015-12-02 15:16:46 +03:00
"devDependencies": {
"chai": "^3.4.1",
"del": "^2.2.0",
"fs": "^0.0.2",
2015-12-02 15:16:46 +03:00
"gulp": "^3.9.0",
"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",
"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",
"shelljs": "^0.3.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"tfx-cli": "^0.3.8",
2015-12-02 15:16:46 +03:00
"tsd": "^0.6.5",
"tslint": "^2.5.1",
"typescript": "^1.8.2"
},
"dependencies": {
"vsts-task-lib": "0.5.10"
2015-12-02 15:16:46 +03:00
}
}