{
  "name"          : "mini-bench",
  "version"       : "1.0.0",
  "description"   : "A tiny asynchronous JavaScript benchmarking library",
  "author"        : "Aleksander Williams",
  "contributors"  : ["Moos <mooster@42at.com>"],
  "repository"    : "https://github.com/moos/mini-bench",
  "keywords"      : ["benchmarking"],
  "main"          : "mini-bench",
  "scripts"       : {
    "test": "node test/core.js"
  },
  "license": "MIT"
}