moment-islamic
Version:
A Hijri calendar (Based on Umm al-Qura calculations) plugin for moment.js.
33 lines (32 loc) • 620 B
JSON
{
"name": "moment-hijri",
"main": "moment-hijri.js",
"version": "2.1.1",
"homepage": "https://github.com/xsoh/moment-hijri",
"authors": [
"Suhail Alkowaileet <xsoh.k7@gmail.com>"
],
"description": "A Hijri calendar (Based on Umm al-Qura calculations) plugin for moment.js.",
"keywords": [
"hijri",
"hijriah",
"arabic",
"lunar",
"Umm al-Qura",
"date",
"calendar",
"conversion",
"convert"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"momentjs": "^2.22.1"
}
}