-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
49 lines (49 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "hebcal",
"version": "2.3.3",
"author": "Eyal Schachter (https://github.com/Scimonster)",
"contributors": [
"Michael J. Radwin (https://github.com/mjradwin)",
"Danny Sadinoff (https://github.com/dsadinoff)"
],
"description": "⛔️ DEPRECATED - This perpetual Jewish Calendar API has been deprecated in favor of @hebcal/core",
"deprecated": "🙌 Thanks for using hebcal: this package has been deprecated in favor of @hebcal/core",
"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"
}