aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/vendor/benchmarkjs-runner/bower.json
blob: d0ef57fd4e51b5efacead923103a6e8546f0f70c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "benchmark-runner",
  "version": "0.0.2",
  "homepage": "https://github.com/rstacruz/benchmarkjs-runner",
  "authors": [
    "Rico Sta. Cruz <hi@ricostacruz.com>"
  ],
  "main": "runner.js",
  "devDependencies": {
    "jquery": "*",
    "benchmark": "*"
  },
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}