hebcal
Version:
An easy to use, richly-featured, perpetual Jewish Calendar API
49 lines (48 loc) • 1.03 kB
JSON
{
"name": "hebcal",
"version": "2.3.2",
"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": "^16.2.3",
"exorcist": "^0.4.0",
"hrtimer": "0.0.1",
"uglify-js": "^2.7.5"
},
"repository": {
"type": "git",
"url": "https://github.com/hebcal/hebcal-js.git"
},
"readmeFilename": "README.md"
}