UNPKG

@ghranek/moment-islamic-civil

Version:

A Hijri calendar (Based on islamic civil calculation) plugin for moment.js.

35 lines (34 loc) 795 B
{ "name": "@ghranek/moment-islamic-civil", "version": "1.0.1", "description": "A Hijri calendar (Based on islamic civil calculation) plugin for moment.js.", "main": "moment-civil.js", "typings": "moment-civil.d.ts", "dependencies": { "chai": "^1.8.1", "moment": "^2.18.1" }, "devDependencies": { "chai": "^1.10.0", "mocha": "^3.5.0" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/ACGC/moment-islamic-civil.git" }, "keywords": [ "Hijri", "islamic", "civil", "calendar" ], "author": "Samar Sultan", "license": "MIT", "bugs": { "url": "https://github.com/ACGC/moment-islamic-civil/issues" }, "homepage": "https://github.com/ACGC/moment-islamic-civil#readme" }