git ssb

2+

arj / dat-share



Tree: 698c94a9781c549ea9f9f76e2170739d8e994847

Files: 698c94a9781c549ea9f9f76e2170739d8e994847 / package.json

778 bytesRaw
1{
2 "name": "ssb-dat-autoshare",
3 "version": "0.0.5",
4 "description": "A cli for auto sharing dat links scuttlebot feeds",
5 "main": "export-data.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/arj03/ssb-dat-share.git"
12 },
13 "keywords": [
14 "ssb",
15 "scuttlebot",
16 "exporter",
17 "cli"
18 ],
19 "author": "Anders Rune Jensen <arj03@protonmail.ch>",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/arj03/ssb-dat-share/issues"
23 },
24 "homepage": "https://github.com/arj03/ssb-dat-share",
25 "dependencies": {
26 "pull-stream": "^2.28.4",
27 "ssb-client": "^3.0.1",
28 "dat-node": "^3.5.3",
29 "commander": "^2.9.0",
30 "urijs": "^1.18.12"
31 }
32}
33

Built with git-ssb-web