UNPKG

timer-shim

Version:

Test-friendly timer function replacements.

35 lines (34 loc) 748 B
{ "name": "timer-shim", "version": "0.3.0", "description": "Test-friendly timer function replacements.", "main": "index.js", "scripts": { "test": "make test", "prepublish": "make all" }, "repository": { "type": "git", "url": "git://github.com/chakrit/timer-shim" }, "keywords": [ "timer", "setTimeout", "setInterval", "nextTick" ], "author": "Chakrit Wichian <service@chakrit.net> (http://chakrit.net)", "license": "BSD", "devDependencies": { "mocha-istanbul": "~0.2.0", "mocha-subject": "~0.2.0", "coffee-script": "~1.6.3", "chai": "~1.7.2", "mocha": "~1.12.0", "sinon": "~1.7.3", "istanbul": "~0.1.43" }, "dependencies": { "linkedlist": "~1.0.1" } }