{ "name": "timekeeper", "description": "Easy testing of time-dependent code.", "version": "2.0.0", "keywords": [ "fake date", "date test", "mocking date" ], "author": "Veselin Todorov ", "contributors": [ { "name": "Oleg Slobodskoi", "email": "oleg008@gmail.com" }, { "name": "Guilherme Tramontina", "email": "guilherme.tramontina@gmail.com" } ], "homepage": "http://github.com/vesln/timekeeper", "main": "./lib/timekeeper.js", "moduleType": [ "globals", "node" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test" ] }