UNPKG

patchwork-threads

Version:

Library for Patchwork's thread data-structures

39 lines (38 loc) 931 B
{ "name": "patchwork-threads", "version": "2.2.1", "description": "Library for Patchwork's thread data-structures", "main": "index.js", "scripts": { "test": "set -e; for t in test/*.js; do node $t; done" }, "repository": { "type": "git", "url": "git+https://github.com/ssbc/patchwork-threads.git" }, "keywords": [ "patchwork", "data", "structure", "thread" ], "author": "Paul Frazee <pfrazee@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ssbc/patchwork-threads/issues" }, "homepage": "https://github.com/ssbc/patchwork-threads#readme", "dependencies": { "multicb": "^1.2.0", "pull-stream": "^2.28.4", "ssb-msgs": "^5.2.0" }, "devDependencies": { "level-sublevel": "^6.5.2", "level-test": "^2.0.1", "secure-scuttlebutt": "^15.0.0", "ssb-keys": "^4.0.6", "ssb-msg-schemas": "^6.2.1", "tape": "~4.0.0" } }