This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

16 lines
379 B
JSON
Raw Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "browser-process-hrtime",
"version": "1.0.0",
"description": "Shim for process.hrtime in the browser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/kumavis/browser-process-hrtime.git"
},
"author": "kumavis",
"license": "BSD-2-Clause"
}