{
  "name": "timediff",
  "version": "1.1.1",
  "description": "Calculate a time difference in several time units.",
  "author": "Marco Taubmann",
  "license": "MIT",
  "main": "timediff.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "bin": {
    "timediff": "cli.js"
  },
  "scripts": {
    "test": "node_modules/jasmine-node/bin/jasmine-node test/"
  },
  "keywords": [
    "time",
    "moment",
    "date",
    "diff"
  ],
  "homepage": "https://github.com/marcotaubmann/timediff",
  "bugs": {
    "url": "https://github.com/marcotaubmann/timediff/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/marcotaubmann/timediff"
  },
  "dependencies": {
    "moment": "^2.9.0"
  },
  "devDependencies": {
    "jasmine-node": "^1.14.5"
  }
}
