{
  "name": "humanize-duration-ci-dev",
  "author": {
    "name": "Evan Hahn",
    "email": "me@evanhahn.com",
    "url": "http://evanhahn.com"
  },
  "contributors": [
    {
      "name": "Martin Prins",
      "url": "https://github.com/magarcia"
    },
    {
      "name": "Filipi Siqueira",
      "url": "https://github.com/filipi777"
    },
    {
      "name": "Peter Rekdal Sunde",
      "url": "https://github.com/peters"
    },
    {
      "name": "Michał Janiec",
      "url": "https://github.com/mjjaniec"
    },
    {
      "name": "Eileen Li",
      "url": "https://github.com/eileen3"
    },
    {
      "name": "Tommy Brunn",
      "url": "https://github.com/Nevon"
    },
    {
      "name": "Giovanni Pellerano",
      "url": "https://github.com/evilaliv3"
    },
    {
      "name": "Rahma Sghaier",
      "url": "https://twitter.com/sghaierrahma"
    },
    {
      "name": "Evgenios Kastanias",
      "url": "https://github.com/evgenios"
    },
    {
      "name": "Oleksii Mylotskyi",
      "url": "https://github.com/spalax"
    }
  ],
  "version": "3.3.0",
  "description": "Convert millisecond durations to English and many other languages.",
  "homepage": "https://github.com/EvanHahn/HumanizeDuration.js",
  "main": "humanize-duration.js",
  "scripts": {
    "test": "mocha",
    "hint": "jshint humanize-duration.js"
  },
  "devDependencies": {
  },
  "keywords": [
    "humanize",
    "duration",
    "time",
    "hours",
    "minutes",
    "seconds",
    "days",
    "years",
    "months"
  ]
}
