{
  "name": "pretty-time",
  "description": "Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.",
  "version": "0.2.0",
  "homepage": "https://github.com/jonschlinkert/pretty-time",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/pretty-time",
  "bugs": {
    "url": "https://github.com/jonschlinkert/pretty-time/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "utils.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "is-number": "^2.0.2",
    "nanoseconds": "^0.1.0"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-istanbul": "^0.10.1",
    "gulp-jshint": "^1.11.2",
    "gulp-mocha": "^2.1.3",
    "jshint-stylish": "^2.0.1",
    "mocha": "*"
  },
  "keywords": [
    "convert",
    "date",
    "format",
    "formatting",
    "hour",
    "hrtime",
    "micro",
    "milli",
    "minute",
    "nano",
    "nanosecond",
    "pretty",
    "second",
    "time",
    "week"
  ],
  "verb": {
    "related": {
      "list": [
        "time-stamp",
        "timescale",
        "o-clock",
        "seconds",
        "week",
        "weekday",
        "year"
      ]
    }
  }
}
