package.json
 1  {
 2    "name": "browser-process-hrtime",
 3    "version": "1.0.0",
 4    "description": "Shim for process.hrtime in the browser",
 5    "main": "index.js",
 6    "scripts": {
 7      "test": "echo \"Error: no test specified\" && exit 1"
 8    },
 9    "repository": {
10      "type": "git",
11      "url": "git://github.com/kumavis/browser-process-hrtime.git"
12    },
13    "author": "kumavis",
14    "license": "BSD-2-Clause"
15  }