UNPKG

timer-node

Version:

A timestamp-based timer that enables recording elapsed time and formatting the result.

39 lines (38 loc) 996 B
{ "name": "timer-node", "version": "5.0.9", "description": "A timestamp-based timer that enables recording elapsed time and formatting the result.", "main": "index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "git+https://github.com/eyas-ranjous/timer-node.git" }, "keywords": [ "timer", "timer.js", "node timer", "js timer" ], "author": "Eyas Ranjous <https://github.com/eyas-ranjous>", "license": "MIT", "bugs": { "url": "https://github.com/eyas-ranjous/timer-node/issues" }, "homepage": "https://github.com/eyas-ranjous/timer-node#readme", "devDependencies": { "chai": "^4.2.0", "eslint": "^6.7.2", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.19.1", "grunt": "^1.0.4", "grunt-eslint": "^22.0.0", "grunt-mocha-istanbul": "^5.0.2", "grunt-mocha-test": "^0.13.3", "istanbul": "^0.4.5", "mocha": "^6.2.2", "sinon": "^9.0.2" } }