{ "name": "scuttle-gathering", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "tape '{,!(node_modules)/**/}*.test.js' | tap-spec", "test-server": "node research/server.js" }, "repository": { "type": "git", "url": "git+https://github.com/ssbc/scuttle-gathering.git" }, "keywords": [], "author": "mixmix", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/ssbc/scuttle-gathering/issues" }, "homepage": "https://github.com/ssbc/scuttle-gathering#readme", "dependencies": { "lodash.merge": "^4.6.1", "lodash.pick": "^4.4.0", "pull-stream": "^3.6.9", "scuttle-inject": "^1.0.3", "ssb-gathering-schema": "^1.0.0", "ssb-ref": "^2.11.2", "ssb-sort": "^1.1.0" }, "devDependencies": { "scuttle-testbot": "^1.1.6", "scuttlebot": "^11.3.3", "ssb-backlinks": "^0.7.3", "ssb-config": "^2.2.0", "ssb-query": "^2.1.0", "standard": "^12.0.1", "tap-spec": "^5.0.0", "tape": "^4.9.1", "tape-plus": "^1.0.0" } }