manyike/current-month-week-number

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "current-month-week-number",
  "version": "1.1.0-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"
  }
}