hebcal-fixed
Version:
An easy to use, richly-featured, perpetual Jewish Calendar API
50 lines (49 loc) • 1.1 kB
JSON
{
"name": "hebcal-fixed",
"version": "2.2.8",
"author": "Eyal Schachter (https://github.com/Scimonster)",
"contributors": [
"Michael J. Radwin (https://github.com/mjradwin)",
"Danny Sadinoff (https://github.com/dsadinoff)"
],
"description": "An easy to use, richly-featured, perpetual Jewish Calendar API",
"keywords": [
"hebcal",
"hebrew",
"calendar",
"jewish",
"holidays",
"chagim",
"sedra",
"date",
"dafyomi",
"zemanim",
"zmanim"
],
"homepage": "https://github.com/hebcal/hebcal-js",
"bugs": "https://github.com/hebcal/hebcal-js/issues",
"license": "GPL-3.0+",
"main": "src/hebcal.js",
"bin": {
"hebcaljs": "bin/hebcal.js"
},
"scripts": {
"build": "node compile.js"
},
"dependencies": {
"suncalc": "^1.8.0",
"gematriya": "^1.0.1"
},
"devDependencies": {
"browserify": "^14.0.0",
"exorcist": "^0.4.0",
"hrtimer": "",
"marked": "^0.3.6",
"uglify-js": "^2.7.5"
},
"repository": {
"type": "git",
"url": "https://github.com/hebcal/hebcal-js.git"
},
"readmeFilename": "README.md"
}