{
  "name": "clockit",
  "version": "1.0.1",
  "description": "Simple high resolution timer for node",
  "main": "index.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dotchev/clockit.git"
  },
  "keywords": [
    "hrtime",
    "hires",
    "timer",
    "chronometer",
    "clock",
    "nanoseconds",
    "milliseconds",
    "microseconds"
  ],
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "author": "Peter Dotchev",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dotchev/clockit/issues"
  },
  "homepage": "https://github.com/dotchev/clockit#readme",
  "devDependencies": {
    "sinon": "^1.17.6",
    "tap": "^8.0.0"
  }
}
