git ssb

0+

mixmix / scuttle-gathering



Tree: e5f94aaca20e9b5e3a03c199dc585d0375451b5b

Files: e5f94aaca20e9b5e3a03c199dc585d0375451b5b / package.json

1055 bytesRaw
1{
2 "name": "scuttle-gathering",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "tape '{,!(node_modules)/**/}*.test.js' | tap-spec",
8 "test-server": "node research/server.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/ssbc/scuttle-gathering.git"
13 },
14 "keywords": [],
15 "author": "mixmix",
16 "license": "AGPL-3.0",
17 "bugs": {
18 "url": "https://github.com/ssbc/scuttle-gathering/issues"
19 },
20 "homepage": "https://github.com/ssbc/scuttle-gathering#readme",
21 "dependencies": {
22 "lodash.merge": "^4.6.1",
23 "lodash.pick": "^4.4.0",
24 "pull-stream": "^3.6.9",
25 "scuttle-inject": "^1.0.3",
26 "ssb-gathering-schema": "^1.0.0",
27 "ssb-ref": "^2.11.2",
28 "ssb-sort": "^1.1.0"
29 },
30 "devDependencies": {
31 "scuttle-testbot": "^1.1.6",
32 "scuttlebot": "^11.3.3",
33 "ssb-backlinks": "^0.7.3",
34 "ssb-config": "^2.2.0",
35 "ssb-query": "^2.1.0",
36 "standard": "^12.0.1",
37 "tap-spec": "^5.0.0",
38 "tape": "^4.9.1",
39 "tape-plus": "^1.0.0"
40 }
41}
42

Built with git-ssb-web