{ "name": "timekeeper", "description": "Easy testing of time-dependent code.", "version": "2.2.0", "keywords": [ "fake date", "date test", "mocking date" ], "author": "Veselin Todorov ", "contributors": [ "Oleg Slobodskoi ", "Guilherme Tramontina " ], "dependencies": {}, "devDependencies": { "chai": "^1.9.2", "mocha": "^2.0.1", "mocha-phantomjs": "^4.0.2", "mversion": "^1.10.1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/vesln/timekeeper.git" }, "homepage": "http://github.com/vesln/timekeeper", "scripts": { "test": "make test" }, "main": "./lib/timekeeper.js", "bugs": { "url": "https://github.com/vesln/timekeeper/issues" }, "directories": { "test": "test" }, "license": "MIT" }