UNPKG

week

Version:

Get the current week number.

64 lines (63 loc) 1.11 kB
{ "name": "week", "description": "Get the current week number.", "version": "0.2.0", "homepage": "https://github.com/datetime/week", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "datetime/week", "bugs": { "url": "https://github.com/datetime/week/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.8" }, "scripts": { "test": "mocha" }, "devDependencies": { "gulp-format-md": "^0.1.11", "mocha": "^3.2.0", "moment": "^2.17.1" }, "keywords": [ "calendar", "date", "dates", "format", "get", "js", "month", "months", "util", "utility", "week", "weekday", "weeks", "year" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true }, "related": { "list": ["weekday", "days", "months", "seconds"] }, "reflinks": [ "verb", "verb-generate-readme" ] } }