hyperlog-calendar-index
Version:
hyperlog index for recurring and one-time events
42 lines (41 loc) • 958 B
JSON
{
"name": "hyperlog-calendar-index",
"version": "2.1.1",
"description": "hyperlog index for recurring and one-time events",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"keywords": [
"calendar",
"hyperlog",
"p2p"
],
"author": "substack",
"license": "BSD",
"dependencies": {
"calendar-db": "^1.2.0",
"duplexify": "^3.4.3",
"hyperlog-index": "^5.0.2",
"once": "^1.3.3",
"subleveldown": "^2.1.0"
},
"devDependencies": {
"collect-stream": "^1.1.1",
"hyperlog": "^4.7.0",
"memdb": "^1.3.1",
"strftime": "~0.9.2",
"tape": "^4.5.1"
},
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/substack/hyperlog-calendar-index.git"
},
"bugs": {
"url": "https://github.com/substack/hyperlog-calendar-index/issues"
},
"homepage": "https://github.com/substack/hyperlog-calendar-index#readme"
}