Files: 86f3b92eaac8f991e0ec002cb08d0b0120608e21 / package.json
484 bytesRaw
1 | { |
2 | "name": "ssb-private-groups", |
3 | "description": "", |
4 | "version": "1.0.0", |
5 | "homepage": "https://github.com/dominictarr/ssb-private-groups", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/ssb-private-groups.git" |
9 | }, |
10 | "dependencies": { |
11 | }, |
12 | "devDependencies": { |
13 | }, |
14 | "scripts": { |
15 | "test": "set -e; for t in test/*.js; do node $t; done" |
16 | }, |
17 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
18 | "license": "MIT" |
19 | } |
20 |
Built with git-ssb-web