forked from microsoft/tfs-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "tfx-cli",
"version": "0.3.12",
"description": "TFS Extensions Command Line Utility",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tfs-cli"
},
"main": "./_build/app/tfx-cli.js",
"preferGlobal": true,
"bin": {
"tfx": "./_build/app/tfx-cli.js"
},
"scripts": {
"test": "gulp test"
},
"dependencies": {
"app-root-path": "1.0.0",
"archiver": "0.14.4",
"async": "^1.4.0",
"colors": "^1.1.2",
"copy-paste": "^1.1.3",
"glob": "5.0.10",
"inquirer": "0.8.5",
"jszip": "2.5.0",
"lodash": "3.9.3",
"minimist": "^1.1.2",
"mkdirp": "^0.5.1",
"node-uuid": "^1.4.3",
"onecolor": "^2.5.0",
"os-homedir": "^1.0.1",
"prompt": "^0.2.14",
"q": "^1.4.1",
"read": "^1.0.6",
"request": "2.58.0",
"shelljs": "^0.5.1",
"tmp": "0.0.26",
"tracer": "0.7.4",
"validator": "^3.43.0",
"vso-node-api": "^0.6.0",
"winreg": "0.0.12",
"xml2js": "0.4.9"
},
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-filter": "^3.0.1",
"gulp-mocha": "2.0.0",
"gulp-tsb": "^1.6.2",
"minimatch": "^2.0.8",
"mocha": "^2.2.5"
},
"author": "",
"license": "MIT"
}