forked from geeklearningio/gl-vsts-tasks-variables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (49 loc) · 1.53 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
{
"name": "gl-vsts-tasks-variables",
"version": "0.1.0",
"description": "Visual Studio Team Services Build and Release Management extensions that help you manipulate and load variables",
"main": "gulpfile.js",
"scripts": {
"clean": "vsts-build-tools-clean",
"postinstall": "vsts-build-tools-install",
"prebuild": "vsts-build-tools-prebuild",
"build": "tsc",
"package:clean": "vsts-build-tools-node-modclean --additionalpatterns \"* *.md\"",
"package": "vsts-build-tools-package",
"pullsubmodules": "git submodule foreach git pull origin master",
"build:test": "run-s build test",
"test": "jasmine JASMINE_CONFIG_PATH=./Tests/jasmine.json"
},
"repository": {
"type": "git",
"url": "https://github.com/geeklearningio/gl-vsts-tasks-variables"
},
"keywords": [
"VSTS",
"build",
"tasks",
"variables"
],
"author": "Geek Learning, Adrien Siffermann, Cyprien Autexier",
"license": "MIT",
"bugs": {
"url": "https://github.com/geeklearningio/gl-vsts-tasks-variables/issues"
},
"homepage": "https://github.com/geeklearningio/gl-vsts-tasks-variables/wiki",
"devDependencies": {
"@types/fs-extra": "^5.0.2",
"@types/jasmine": "^2.5.53",
"@types/js-yaml": "^3.9.0",
"@types/node": "8.0.19",
"@types/q": "^1.0.3",
"async": "2.0.1",
"gl-vsts-tasks-build-scripts": "0.4.0-alpha.1",
"karma": "^1.1.2",
"npm-run-all": "2.3.0",
"@types/micromatch": "^3.1.0",
"@types/parse-glob": "^3.0.29",
"typescript": "2.8.1"
},
"dependencies": {
}
}