{
  "name": "timekeeper",
  "version": "2.3.1",
  "description": "Easy testing of time-dependent code.",
  "keywords": [
    "fake date",
    "date test",
    "mocking date"
  ],
  "repository": "vesln/timekeeper",
  "license": "MIT",
  "author": "Veselin Todorov <hi@vesln.com>",
  "contributors": [
    "Oleg Slobodskoi <oleg008@gmail.com>",
    "Guilherme Tramontina <guilherme.tramontina@gmail.com>"
  ],
  "main": "./lib/timekeeper.js",
  "scripts": {
    "test": "npm run test:browser && npm run test:node",
    "test:browser": "mocha-phantomjs test/index.html",
    "test:node": "mocha --require test/node.support.js test/*.test.js"
  },
  "devDependencies": {
    "chai": "^1.9.2",
    "mocha": "^2.0.1",
    "mocha-phantomjs": "^4.0.2"
  }
}
