Files: 4ec5edfb2081186e3802ba848a5c476a4edefcd6 / package.json
720 bytesRaw
1 | { |
2 | "name": "ssb-same-as", |
3 | "description": "A scuttlebot plugin that provides a stream of which feeds are (and are not) the same as other feeds.", |
4 | "version": "0.0.0", |
5 | "homepage": "https://github.com/ssbc/ssb-same-as", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/ssbc/ssb-same-as.git" |
9 | }, |
10 | "dependencies": { |
11 | "flumeview-reduce": "^1.3.0", |
12 | "graphreduce": "^3.0.3", |
13 | "pull-flatmap": "0.0.1", |
14 | "pull-stream": "^3.6.0", |
15 | "ssb-friends": "^2.3.5", |
16 | "ssb-ref": "^2.7.1" |
17 | }, |
18 | "devDependencies": { |
19 | "scuttlebot": "^10.3.0", |
20 | "tape": "^4.6.3" |
21 | }, |
22 | "scripts": { |
23 | "test": "set -e; for t in test/*.js; do node $t; done" |
24 | }, |
25 | "author": "Matt McKegg", |
26 | "license": "MIT" |
27 | } |
28 |
Built with git-ssb-web