UNPKG

hyperpubee

Version:

Self-publishing over the decentralised internet

58 lines (57 loc) 1.28 kB
{ "name": "hyperpubee", "version": "0.3.1", "description": "Self-publishing over the decentralised internet", "main": "index.js", "scripts": { "test": "standard && nyc --reporter=text mocha" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/HDegroote/hyperpubee.git" }, "keywords": [ "hypercore", "hyperbee", "self-publishing", "decentralised internet", "poetry", "prose", "literature" ], "author": "H Degroote", "license": "MIT", "bugs": { "url": "https://gitlab.com/HDegroote/hyperpubee/issues" }, "homepage": "https://gitlab.com/HDegroote/hyperpubee#readme", "dependencies": { "corestore": "^6.0.0", "diff-match-patch": "^1.0.5", "diff-match-patch-line-and-word": "^0.1.3", "hyperbee": "^2.0.0", "hypercore": "^10.0.0", "hyperpubee-hyper-interface": "~0.1.0", "lexicographic-integer": "^1.1.0" }, "devDependencies": { "chai": "^4.3.6", "mocha": "^10.0.0", "nyc": "^15.1.0", "random-access-memory": "^5.0.0", "sinon": "^14.0.0", "standard": "^17.0.0" }, "standard": { "globals": [ "describe", "context", "before", "beforeEach", "after", "afterEach", "it", "expect" ] } }