Files: 128131cbfd2df26649597c787fbf851b2c81a79d / package.json
560 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 | "atomic-file": "^1.1.5" |
12 | }, |
13 | "devDependencies": { |
14 | "ssb-server": "^13.4.0", |
15 | "tape": "^4.9.1" |
16 | }, |
17 | "scripts": { |
18 | "test": "set -e; for t in test/*.js; do node $t; done" |
19 | }, |
20 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
21 | "license": "MIT" |
22 | } |
23 |
Built with git-ssb-web