UNPKG

hrtimemock

Version:
29 lines (28 loc) 603 B
{ "name": "hrtimemock", "version": "2.0.0", "description": "mocking lib for process.hrtime", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha tests" }, "repository": { "type": "git", "url": "git://github.com/seriousManual/hrtimemock.git" }, "keywords": [ "hrtime", "process.hrtime", "high resolution timer", "mock" ], "author": "Manuel Ernst <zaphod84@gmx.de>", "license": "MIT", "bugs": { "url": "https://github.com/seriousManual/hrtimemock/issues" }, "devDependencies": { "mocha": "3.1.2", "chai": "3.4.1" } }