aboutsummaryrefslogtreecommitdiff
path: root/catapult/common/node_runner/node_runner/package.json
blob: 526650d7b39275e905889cc8b0b441f8e6fa1230 (plain)
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
{
  "name": "catapult_base",
  "version": "1.0.0",
  "description": "Catapult project base",
  "repository": {
    "type": "git",
    "url": "https://github.com/catapult-project/catapult/tree/master/catapult_base"
  },
  "main": "index.js",
  "scripts": {
    "test": "cd ../../../dashboard/dashboard/spa && karma start --coverage --no-colors"
  },
  "author": "The Chromium Authors",
  "license": "BSD-2-Clause",
  "gypfile": false,
  "private": true,
  "dependencies": {
    "dot-prop-immutable": "1.5.0",
    "@chopsui/result-channel": "0.1.0",
    "@chopsui/batch-iterator": "0.1.0",
    "@chopsui/chops-button": "0.1.11",
    "@chopsui/chops-checkbox": "0.1.11",
    "@chopsui/chops-input": "0.1.11",
    "@chopsui/chops-loading": "0.1.11",
    "@chopsui/chops-radio": "0.1.11",
    "@chopsui/chops-radio-group": "0.1.11",
    "@chopsui/chops-switch": "0.1.11",
    "@chopsui/chops-tab": "0.1.11",
    "@chopsui/chops-tab-bar": "0.1.11",
    "@chopsui/chops-textarea": "0.1.11",
    "@chopsui/tsmon-client": "0.0.1",
    "@chopsui/chops-header": "0.1.5",
    "@chopsui/chops-signin": "0.1.5",
    "@polymer/app-route": "^3.0.0",
    "@polymer/iron-collapse": "^3.0.0",
    "@polymer/iron-icon": "^3.0.0",
    "@polymer/iron-iconset-svg": "^3.0.0",
    "@polymer/polymer": "^3.0.0",
    "chai": "^4.0.2",
    "dom5": "^1.0.0",
    "escodegen": "^1.11.0",
    "eslint": "^4.0.0",
    "eslint-config-google": "^0.6.0",
    "eslint-plugin-html": "^4.0.0",
    "espree": "^3.0.0",
    "istanbul-instrumenter-loader": "^3.0.1",
    "lit-element": "^2.0.0",
    "karma": "^4.0.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.2",
    "karma-mocha": "^1.3.0",
    "karma-sinon": "^1.0.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "4.0.0-rc.6",
    "mocha": "^5.2.0",
    "path": "^0.12.7",
    "puppeteer": "^1.10.0",
    "redux": "^4.0.0",
    "sinon": "^7.2.3",
    "vulcanize": "^1.16.0",
    "webpack": "^4.16.1",
    "webpack-command": "^0.4.1"
  }
}