UNPKG

current-month-week-number

Version:
32 lines (31 loc) 705 B
{ "name": "current-month-week-number", "version": "1.1.0", "description": "Get the current month week number", "main": "index.js", "scripts": { "test": "jest", "coverage": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/manyike/current-month-week-number.git" }, "keywords": [ "week", "number", "Dates" ], "author": "Emmanuel-nyiko", "license": "ISC", "bugs": { "url": "https://github.com/manyike/current-month-week-number/issues" }, "homepage": "https://github.com/manyike/current-month-week-number#readme", "dependencies": { "moment": "^2.18.1" }, "devDependencies": { "jest": "^20.0.4" } }