aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/vendor/benchmarkjs-runner/.bower.json
blob: 896dc9664edf2cc812b6552e785f683aaa56c41b (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
{
  "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"
  ],
  "_release": "0.0.2",
  "_resolution": {
    "type": "version",
    "tag": "v0.0.2",
    "commit": "b01c67643150bc4eb6f712a03c3b463023997b00"
  },
  "_source": "git://github.com/rstacruz/benchmarkjs-runner.git",
  "_target": "*",
  "_originalSource": "benchmarkjs-runner"
}