{
  "name": "timediff",
  "main": "timediff.js",
  "homepage": "https://github.com/marcotaubmann/timediff",
  "authors": [
    "Marco Taubmann <marco.taubmann@gmail.com>"
  ],
  "description": "Calculate a time difference in several time units.",
  "keywords": [
    "time",
    "moment",
    "date",
    "diff"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test"
  ],
  "dependencies": { 
    "moment": "*"
  }
}
