Files: 1f77997f086f31ce27aa9d3d2401244657e728f6 / package.json
467 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 | "lodash": "^4.17.4", |
13 | "ssb-ref": "^2.7.1" |
14 | }, |
15 | "devDependencies": {}, |
16 | "scripts": {}, |
17 | "author": "Josiah Witt", |
18 | "license": "MIT" |
19 | } |
20 |
Built with git-ssb-web