github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/web/wats/package.json (about)

     1  {
     2    "name": "wats",
     3    "version": "1.0.0",
     4    "description": "Concourse web UI acceptance tests",
     5    "dependencies": {
     6      "@ava/babel": "^1.0.1",
     7      "ava": "^3.13.0",
     8      "child-process-promise": "^2.2.1",
     9      "color": "^3.1.2",
    10      "puppeteer": "^1.19.0",
    11      "tmp-promise": "^2.0.2",
    12      "uuid": "^3.3.2"
    13    },
    14    "devDependencies": {},
    15    "scripts": {
    16      "test": "ava --serial"
    17    },
    18    "repository": "git+https://github.com/concourse/concourse.git",
    19    "author": "",
    20    "license": "Apache-2.0",
    21    "bugs": {
    22      "url": "https://github.com/concourse/concourse/issues"
    23    },
    24    "homepage": "https://github.com/concourse/concourse#readme",
    25    "ava": {
    26      "timeout": "5m",
    27      "babel": true
    28    }
    29  }