UNPKG

zmanim

Version:

Calculate jewish times, with different shittot.

39 lines (38 loc) 1.08 kB
{ "name": "zmanim", "version": "0.0.1", "description": "Calculate jewish times, with different shittot.", "license": "MIT", "repository": "https://github.com/kikar/zmanim", "author": "kikar", "keywords": [ "calendar", "zemanim", "jew", "jewish", "zmanim" ], "files": [ "lib" ], "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "clean": "rimraf lib", "lint": "tslint --force --format verbose \"src/**/*.ts\"", "build": "npm run clean && npm run lint && echo Using TypeScript && tsc --version && tsc --pretty", "test": "npm run build && mocha --compilers ts:ts-node/register --recursive test/**/*-spec.ts", "watch": "npm run build -- --watch", "watch:test": "npm run test -- --watch" }, "dependencies": { }, "devDependencies": { "@types/chai": "3.4.30", "@types/mocha": "2.2.29", "@types/node": "6.0.31", "chai": "^3.5.0", "mocha": "^3.0.1", "rimraf": "^2.5.4", "ts-node": "^1.2.2", "tslint": "3.15.1", "typescript": "2.0.3" }, "engines": { "node": ">=4.0.0" } }