{
  "name": "iso-week",
  "description": "Get the ISO week of the year.",
  "version": "0.1.2",
  "homepage": "https://github.com/jonschlinkert/iso-week",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/iso-week.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/iso-week/issues"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/jonschlinkert/iso-week/blob/master/LICENSE"
  },
  "files": ["index.js"],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "mocha": "*",
    "moment": "^2.8.4",
    "should": "*"
  },
  "keywords": [
    "calendar",
    "date",
    "dates",
    "day",
    "days",
    "duration",
    "format",
    "friday",
    "get",
    "js",
    "monday",
    "month",
    "months",
    "now",
    "saturday",
    "sunday",
    "thursday",
    "time",
    "timespan",
    "tuesday",
    "util",
    "utility",
    "wednesday",
    "week",
    "weekday",
    "weeks",
    "year"
  ]
}
