forked from colindembovsky/cols-agent-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 790 Bytes
/
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
{
"name": "ColinsALMCorner.BuildTasks",
"version": "0.1.1",
"description": "Custom build tasks for TFS or VSO",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/colindembovsky/cols-agent-tasks"
},
"keywords": [
"VSO",
"build",
"tasks"
],
"author": "Colin Dembovsky (ColinsALMCorner.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/colindembovsky/cols-agent-tasks/issues"
},
"homepage": "https://github.com/colindembovsky/cols-agent-tasks",
"devDependencies": {
"minimatch": "^2.0.10",
"shelljs": "^0.5.3",
"vso-task-lib": "^0.5.1"
},
"main": "index.js",
"dependencies": {
"process": "^0.11.1",
"q": "^1.4.1"
}
}