Files: bd6c3412a96fdfac05d4e5dcd95d8f645e298780 / package.json
411 bytesRaw
1 | { |
2 | "name": "ssb-dns", |
3 | "version": "1.0.19", |
4 | "description": "resolve dns via ssb", |
5 | "main": "index.js", |
6 | "bin": "index.js", |
7 | "scripts": { |
8 | "test": "echo \"Error: no test specified\" && exit 1" |
9 | }, |
10 | "dependencies": { |
11 | "ansuz": "0.0.14", |
12 | "dnsd": "^0.9.6", |
13 | "ssb-client": "^4.0.2" |
14 | }, |
15 | "keywords": [ |
16 | "dns", |
17 | "ssb", |
18 | "scuttlebot" |
19 | ], |
20 | "author": "ansuz", |
21 | "license": "AGPL-3.0" |
22 | } |
23 |
Built with git-ssb-web