UNPKG

libhdate

Version:

A pure Javascript implementation of libhdate

32 lines (31 loc) 703 B
{ "name": "libhdate", "version": "0.3.2", "description": "A pure Javascript implementation of libhdate", "main": "lib/index.js", "scripts": { "test": "node ./test/test.js", "prepublish": "./node_modules/.bin/tsc src/index.ts --outDir lib --module commonjs" }, "repository": { "type": "git", "url": "https://github.com/yaacov/libhdate-js.git" }, "keywords": [ "libhdate", "hdate", "hcal", "date", "calendar", "hebrew", "jewish" ], "author": "Yaacov Zamir <kobi.zamir@gmail.com>", "license": "GPLv3", "bugs": { "url": "https://github.com/yaacov/libhdate-js/issues" }, "devDependencies": { "typescript": "^1.5.0-beta" } }