File size: 1,107 Bytes
3f268e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "dana",
  "version": "0.9.9",
  "description": "System for benchmark regression and comparison, including a dashboard",
  "author": "Google Inc.",
  "license": "Apache-2.0",
  "main": "src/server.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/google/dana.git"
  },
  "bugs": {
    "url": "https://github.com/google/dana/issues"
  },
  "dependencies": {
    "ascii-table": "^0.0.9",
    "body-parser": "^1.19.0",
    "btoa": "^1.2.1",
    "connect-ensure-login": "^0.1.1",
    "connect-flash": "^0.1.1",
    "cookie-parser": "^1.4.5",
    "ejs": "^3.1.7",
    "express": "^4.17.1",
    "express-session": "^1.17.1",
    "google-auth-library": "^7.0.4",
    "googleapis": "^72.0.0",
    "log4js": "^6.4.0",
    "morgan": "^1.10.0",
    "passport": "^0.4.1",
    "passport-local": "^1.0.0",
    "socket.io": "^4.0.1",
    "ws": "^7.4.5",
    "yauzl": "2.10.0"
  },
  "eslintConfig": {
    "env": {
      "node": true
    }
  },
  "devDependencies": {
    "eslint": "^4.8.0",
    "eslint-config-google": "^0.9.1"
  },
  "scripts": {
    "start": "node src/server.js"
  }
}