{
  "name": "get-nepday-of-week",
  "version": "0.1.4",
  "description": "Get nepali day of week from Date object or index (with 0 for Sunday and so on)",
  "license": "MIT",
  "repository": "techgaun/get-nepday-of-week",
  "author": {
    "name": "techgaun",
    "email": "coolsamar207@gmail.com",
    "url": "samar.techgaun.com"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "xo --space 2 && mocha",
    "cover": "istanbul cover --report html node_modules/.bin/_mocha -- -u exports -R spec test.js"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "nepali",
    "getDay",
    "day of week",
    "week days",
    "Date",
    "Nepali Date"
  ],
  "dependencies": {},
  "devDependencies": {
    "mocha": "^2.2.5",
    "sinon": "^1.17.2",
    "xo": "^0.9.0"
  },
  "xo": {
    "envs": [
      "node",
      "mocha"
    ]
  }
}
