{
  "name": "day-seconds",
  "version": "1.0.2",
  "description": "Get the number of seconds/milliseconds in a day.",
  "scripts": {
    "lint": "jshint index.js && jscs index.js --reporter inline",
    "test": "mocha",
    "test-cov": "istanbul cover _mocha",
    "test-travis": "istanbul cover _mocha --report lcovonly"
  },
  "author": {
    "name": "Charlike Mike Reagent",
    "email": "mameto_100@mail.bg",
    "url": "https://github.com/tunnckoCore"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/datetime/day-seconds.git"
  },
  "keywords": [
    "calendar",
    "count",
    "counts",
    "current",
    "date",
    "dates",
    "datetime",
    "day",
    "days",
    "format",
    "get",
    "js",
    "leap",
    "millisecond",
    "milliseconds",
    "month",
    "months",
    "ms",
    "number",
    "numbers",
    "real",
    "sec",
    "seconds",
    "secs",
    "times",
    "util",
    "utilities",
    "utility",
    "utils",
    "week",
    "weekday",
    "weeks",
    "year",
    "years"
  ],
  "license": {
    "type": "MIT",
    "url": "https://github.com/datetime/day-seconds/blob/master/license.md"
  },
  "dependencies": {},
  "devDependencies": {
    "istanbul-harmony": "~0.3.1",
    "mocha": "~2.1.0"
  }
}