UNPKG

repository-bridge

Version:

This module provides a simple CRUD API, enabling applications to normalize the use of different P2P repositories.

48 lines (47 loc) 1.22 kB
{ "name": "repository-bridge", "version": "0.9.25", "description": "This module provides a simple CRUD API, enabling applications to normalize the use of different P2P repositories.", "main": "index.js", "bin": { "repo-bridge-update": "./tools/generate_supported.js", "repo-bridge-LAN-node": "./LAN-node/index.js" }, "directories": { "lib": "lib" }, "scripts": { "test": "ava --verbose test/index.js", "testl": "ava --verbose test/local.js" }, "repository": { "type": "git", "url": "git+https://github.com/copious-world/repository-bridge.git" }, "keywords": [ "respository", "IPFS", "P2P", "bittorrent", "bridge" ], "author": "R. Leddy", "license": "MIT", "funding": { "type": "GitHub Sponsors", "url": "https://github.com/sponsors/copious-world" }, "bugs": { "url": "https://github.com/copious-world/repository-bridge/issues" }, "homepage": "https://github.com/copious-world/repository-bridge#readme", "devDependencies": { "ava": "^5.3.1", "nyc": "^15.1.0" }, "dependencies": { "categorical-handlers": "^0.7.9", "extra-file-class": "^0.9.20", "message-relay-services": "^0.9.29" } }