{
  "name": "current-day-number",
  "version": "1.0.6",
  "description": "Get day number of the current date/year or given valid `Date` string format",
  "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/current-day-number.git"
  },
  "keywords": [
    "calendar",
    "count",
    "counts",
    "current",
    "date",
    "dates",
    "datetime",
    "day",
    "days",
    "format",
    "get",
    "js",
    "leap",
    "month",
    "months",
    "number",
    "numbers",
    "real",
    "times",
    "util",
    "utilities",
    "utility",
    "utils",
    "week",
    "weekday",
    "weeks",
    "year",
    "years"
  ],
  "license": {
    "type": "MIT",
    "url": "https://github.com/datetime/current-day-number/blob/master/license.md"
  },
  "dependencies": {
    "day-seconds": "~1.0.0"
  },
  "devDependencies": {
    "istanbul-harmony": "~0.3.1",
    "mocha": "~2.1.0"
  },
  "bin": {
    "current-day-number": "cli.js"
  }
}
