UNPKG

repeating-interval

Version:

IS0 8601 repeating interval parsing and manipulation

36 lines (35 loc) 879 B
{ "name": "repeating-interval", "version": "1.1.0", "description": "IS0 8601 repeating interval parsing and manipulation", "main": "index.js", "dependencies": { "moment": "^2.22.1" }, "devDependencies": { "typescript": "^1.8.10" }, "scripts": { "test": "node test/runTests.js", "build": "tsc -p src/tsconfig.json", "doc": "typedoc --target es5 --module commonjs --mode modules --out ./doc/ ./src/interval.ts" }, "repository": { "type": "git", "url": "git+https://github.com/enriched/repeating-interval.git" }, "keywords": [ "ISO8601", "repeating", "interval", "moment", "recurring", "duration" ], "author": "Rich Adams", "license": "ISC", "bugs": { "url": "https://github.com/enriched/repeating-interval/issues" }, "homepage": "https://github.com/enriched/repeating-interval#readme" }