-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.94 KB
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": "tfs-pullrequest-dashboard",
"verson": "0.1.0",
"description": "A dashboard for tfs pull requests",
"homepage": "https://github.com/rstedman/tfs-pullrequest-dashboard",
"repository": {
"type": "git",
"url": "https://github.com/rstedman/tfs-pullrequest-dashboard"
},
"license": "MIT",
"scripts": {
"build": "gulp build",
"watch": "gulp watch",
"start": "gulp serve",
"package": "gulp package"
},
"author": "Ryan Stedman",
"dependencies": {
"@angular/common": "4.3.2",
"@angular/compiler": "4.3.2",
"@angular/core": "4.3.2",
"@angular/forms": "4.3.2",
"@angular/http": "4.3.2",
"@angular/platform-browser": "4.3.2",
"@angular/platform-browser-dynamic": "4.3.2",
"@angular/router": "4.3.2",
"@angular/upgrade": "4.3.2",
"angular-2-dropdown-multiselect": "1.6.0",
"es6-shim": "0.35.3",
"reflect-metadata": "0.1.10",
"rxjs": "5.5.12",
"systemjs": "0.21.4",
"typescript": "2.4.2",
"vss-web-extension-sdk": "5.141.0",
"zone.js": "0.8.16"
},
"devDependencies": {
"azure-devops-extension-api": "1.157.0",
"azure-devops-extension-sdk": "2.0.11",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-angular2-embed-templates": "2.2.1",
"gulp-concat": "2.6.1",
"gulp-connect": "5.7.0",
"gulp-html-replace": "1.6.2",
"gulp-live-server": "0.0.31",
"gulp-rename": "1.2.2",
"gulp-run": "1.7.1",
"gulp-sourcemaps": "2.6.0",
"gulp-tslint": "8.1.1",
"gulp-typescript": "3.2.1",
"gulp-uglify": "3.0.0",
"gulp-replace": "0.6.1",
"jasmine": "2.7.0",
"karma": "1.7.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-htmlfile-reporter": "0.3.5",
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "0.2.2",
"plugin-typescript": "7.0.6",
"run-sequence": "2.1.0",
"systemjs-builder": "0.16.9",
"tfx-cli": "0.7.8",
"tslint": "5.5.0",
"typings": "2.1.1"
}
}