-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "generator-vsts",
"version": "0.2.6",
"description": "Generates an app with CI/CD in Visual Studio Team Services",
"main": "./generators/app/index.js",
"scripts": {
"test": "istanbul cover --report cobertura --report lcov node_modules/mocha/bin/_mocha -- -R xunit-file"
},
"files": [
"generators/app",
"generators/asp",
"generators/java",
"generators/node",
"generators/vsts"
],
"keywords": [
"yeoman-generator",
"VSTS",
"Team Services",
"Visual Studio",
"DevOps",
"RubDevOpsOnIt",
"Blackshirt"
],
"author": "@DonovanBrown",
"repository": {
"type": "git",
"url": "https://github.com/DarqueWarrior/generator-vsts"
},
"license": "ISC",
"dependencies": {
"async": "^2.0.1",
"request": "^2.74.0",
"yeoman-generator": "^0.24.1",
"yosay": "^1.2.0"
},
"devDependencies": {
"fs-extra": "^0.30.0",
"istanbul": "*",
"mocha": "*",
"proxyquire": "*",
"sinon": "*",
"supertest": "^2.0.0",
"xunit-file": "^1.0.0",
"yo": "^1.8.5"
}
}