-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 904 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
36
37
{
"name": "GerritDashboard-Web",
"description": "UI that shows different metrics using Gerrit Dashboard Server",
"keywords": [
"gerrit",
"ui",
"dashboard",
"web",
"code review",
"stats",
"metrics",
"interface"
],
"version": "1.0.2",
"license": "Apache License 2.0",
"repository": {
"type": "git",
"url": "https://github.com/monitise-mea/gerrit-dashboard-server.git"
},
"bugs": {
"url": "https://github.com/monitise-mea/gerrit-dashboard-server/issues"
},
"dependencies": {
"browser-sync": "^2.9.10",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.0.2",
"gulp-concat-sourcemap": "^1.3.1",
"gulp-eslint": "^2.0.0",
"gulp-less": "^3.0.3",
"gulp-ng-constant": "^1.1.0",
"gulp-replace-task": "^0.11.0",
"gulp-shell": "^0.5.2",
"proxy-middleware": "^0.14.0",
"yargs": "^3.31.0"
}
}