1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "cobox-blind-replicator",
- "version": "1.0.1",
- "description": "blind replicator class",
- "main": "index.js",
- "scripts": {
- "test": "tape test/**/*.test.js | tap-spec"
- },
- "repository": {
- "type": "git",
- "url": "https://ledger-git.dyne.org/cobox/cobox-blind-replicator"
- },
- "keywords": [
- "cobox"
- ],
- "author": "magma collective",
- "license": "AGPL-3.0-or-later",
- "dependencies": {
- "assert": "^2.0.0",
- "cobox-group-base": "^1.0.0",
- "cobox-swarm": "^1.0.0",
- "thunky": "^1.1.0"
- },
- "resolutions": {
- "cobox-group-base/multifeed": "^5.1.1"
- },
- "devDependencies": {
- "nyc": "^14.1.1",
- "rimraf": "^3.0.0",
- "tap-spec": "^5.0.0",
- "tape": "^4.11.0",
- "tape-plus": "^1.0.0",
- "tmp": "^0.1.0"
- }
- }
|