Files: 19a08953f3b270a849252d612c1d6c68f450a3fa / package.json
442 bytesRaw
1 | { |
2 | "name": "ssb-tags", |
3 | "description": "scuttlebot plugin for getting reduced 'tags' state", |
4 | "version": "0.1.0", |
5 | "homepage": "https://github.com/wittjosiah/ssb-tags", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/wittjosiah/ssb-tags.git" |
9 | }, |
10 | "dependencies": { |
11 | "flumeview-reduce": "^1.3.9", |
12 | "ssb-ref": "^2.7.1" |
13 | }, |
14 | "devDependencies": {}, |
15 | "scripts": {}, |
16 | "author": "Josiah Witt", |
17 | "license": "MIT" |
18 | } |
19 |
Built with git-ssb-web