{
  "name": "fliptime",
  "version": "3.0.2",
  "main": "index.js",
  "description": "fluent timer with laps, microtime (polyfill) + parsing, multiple timers, shorthand diffs & specifications",
  "devDependencies": {
    "ava": "^0.19.0",
    "sleepfor": "*",
    "fosho": "*"
  },
  "scripts": {
    "test": "ava --verbose"
  },
  "dependencies": {
    "date-fns": "^1.28.3"
  },
  "keywords": [
    "debugging",
    "chain",
    "fluent",
    "logging",
    "timer",
    "stopwatch",
    "benchmark",
    "profile",
    "fliphub"
  ],
  "license": "MIT",
  "author": "James <aretecode@gmail.com>",
  "homepage": "https://github.com/fliphub/fliphub#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fliphub/fliphub.git"
  },
  "bugs": {
    "url": "https://github.com/fliphub/fliphub/issues"
  }
}
