{
  "name": "testdouble-timers",
  "version": "0.1.1",
  "description": "Fake timers API for testdouble.js.",
  "keywords": [
    "tdd",
    "bdd",
    "mock",
    "stub",
    "spy",
    "test double",
    "double",
    "fake",
    "time",
    "timecop"
  ],
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/kuy/testdouble-timers.git"
  },
  "homepage": "https://github.com/kuy/testdouble-timers",
  "scripts": {
    "start": "./node_modules/.bin/babel src --out-dir lib --watch",
    "build": "./node_modules/.bin/babel src --out-dir lib",
    "clean": "./node_modules/.bin/rimraf lib",
    "prepublish": "npm run clean && npm run build",
    "test": "./node_modules/.bin/mocha --compilers js:babel-register --recursive test/index.js"
  },
  "authors": [
    "Yuki Kodama <endflow.net@gmail.com>"
  ],
  "license": "MIT",
  "peerDependencies": {
    "testdouble": "^3.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.8.0",
    "babel-core": "^6.8.0",
    "babel-plugin-unassert": "^2.1.0",
    "babel-polyfill": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-power-assert": "^1.0.0",
    "babel-register": "^6.8.0",
    "mocha": "^2.4.5",
    "power-assert": "^1.4.0",
    "rimraf": "^2.5.2",
    "testdouble": "^3.0.0"
  },
  "dependencies": {
    "lolex": "^1.4.0"
  }
}
