Files: 93f8be5cd174b9ced30164c1efaf91df91e4ac0f / package.json
628 bytesRaw
1 | { |
2 | "name": "ssb-irc", |
3 | "description": "", |
4 | "version": "0.0.0", |
5 | "homepage": "https://github.com/dominictarr/ssb-irc", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/ssb-irc.git" |
9 | }, |
10 | "dependencies": { |
11 | "node-irc": "0.0.4", |
12 | "pull-stream": "^3.6.0", |
13 | "ssb-keys": "^7.0.10", |
14 | "ssb-markdown": "^3.3.0", |
15 | "ssb-ref": "^2.7.1" |
16 | }, |
17 | "devDependencies": { |
18 | "ssb-client": "^4.5.0", |
19 | "tape": "^4.6.3" |
20 | }, |
21 | "scripts": { |
22 | "test": "set -e; for t in test/*.js; do node $t; done" |
23 | }, |
24 | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)", |
25 | "license": "MIT" |
26 | } |
27 |
Built with git-ssb-web