forked from DarqueWarrior/generator-team
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.98 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "generator-team",
"version": "0.4.5",
"description": "Generates an app with CI/CD in Team Foundation Server or Team Services",
"main": "./generators/app/index.js",
"scripts": {
"test": "istanbul cover --report cobertura --report lcov node_modules/mocha/bin/_mocha -- -R xunit -O output=unit.xml unit/test",
"unittest": "istanbul cover --report cobertura --report lcov node_modules/mocha/bin/_mocha -- -R xunit -O output=unit.xml unit/test",
"inttest": "istanbul cover --report cobertura --report lcov node_modules/mocha/bin/_mocha -- -R xunit -O output=unit.xml integration/test"
},
"files": [
"generators/app",
"generators/asp",
"generators/aspFull",
"generators/azure",
"generators/build",
"generators/docker",
"generators/git",
"generators/java",
"generators/node",
"generators/pipeline",
"generators/profile",
"generators/project",
"generators/registry",
"generators/release"
],
"keywords": [
"yeoman-generator",
"tfs",
"vsts",
"Team Foundation Server",
"Team Services",
"Visual Studio",
"DevOps",
"RubDevOpsOnIt",
"Blackshirt"
],
"author": "@DonovanBrown",
"repository": {
"type": "git",
"url": "https://github.com/DarqueWarrior/generator-team"
},
"license": "ISC",
"dependencies": {
"async": "^2.6.0",
"node-env-file": "^0.1.8",
"pad": "^2.0.3",
"request": "^2.85.0",
"uuid": "^3.2.1",
"yeoman-generator": "^2.0.3",
"yosay": "^2.0.1"
},
"devDependencies": {
"azure-arm-resource": "^3.1.1-preview",
"cheerio": "^1.0.0-rc.2",
"fs-extra": "^5.0.0",
"istanbul": "*",
"jshint": "^2.9.4",
"mocha": "^5.0.5",
"ms-rest-azure": "^2.5.5",
"proxyquire": "^2.0.1",
"sinon": "^4.4.8",
"sinon-test": "^2.1.3",
"yeoman-assert": "^3.1.0",
"yeoman-test": "^1.7.0",
"yo": "^2.0.1"
}
}