-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
35 lines (35 loc) · 839 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
34
35
{
"name": "mmajcica.DevEnvBuild",
"version": "0.1.0",
"description": "Build task for TFS/VSTS that will allow you to build your projects using devenv.com executable",
"author": "Mario Majcica",
"license": "MIT",
"homepage": "https://github.com/mmajcica/DevEnvBuild#readme",
"bugs": {
"url": "https://github.com/mmajcica/DevEnvBuild/issues"
},
"keywords": [
"build",
"visualstudio",
"devenv",
"devenv.com",
"ispac",
"ssrs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mmajcica/DevEnvBuild.git"
},
"devDependencies": {
"del": "^2.0.0",
"gulp": "^3.9.1",
"gulp-debug": "^2.1.2",
"gulp-util": "^3.0.0",
"merge-stream": "^1.0.0",
"shelljs": "^0.3.0",
"minimist": "1.2.6"
},
"overrides": {
"graceful-fs": "^4.2.11"
}
}