-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.14 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
{
"name": "GerritDashboard-Server",
"description": "An API that serves different metrics using either direct Gerrit DB access or Gerrit's API",
"keywords": [
"gerrit",
"api",
"database",
"dashboard",
"server",
"code review",
"stats",
"metrics"
],
"version": "1.0.2",
"license": "Apache-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"
},
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^1.4.2",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"cors": "^2.7.1",
"debug": "^2.2.0",
"del": "^2.0.2",
"eslint": "^1.5.0",
"express": "~4.13.1",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-shell": "^0.5.2",
"http-digest-client": "0.0.3",
"karma": "^0.13.9",
"moment": "^2.10.6",
"morgan": "^1.6.1",
"mysql": "^2.9.0",
"node-async": "0.0.1",
"node-cache": "^3.0.0",
"path": "^0.11.14",
"request": "^2.62.0",
"serve-favicon": "~2.3.0"
}
}