git ssb

1+

mixmix / scuttle-shell



Tree: 70ef62e92b6493d5a2b7193806b674157cabcab0

Files: 70ef62e92b6493d5a2b7193806b674157cabcab0 / package.json

1611 bytesRaw
1{
2 "name": "scuttle-shell",
3 "description": "A system tray app for running Secure Scuttlebutt on your local system",
4 "version": "0.0.2",
5 "author": {
6 "name": "Andre Alves Garzia",
7 "email": "andre@andregarzia.com",
8 "url": "http://andregarzia.com"
9 },
10 "homepage": "https://github.com/soapdog/scuttle-shell",
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/soapdog/scuttle-shell.git"
14 },
15 "bin": {
16 "scuttleshell": "./server.js"
17 },
18 "dependencies": {
19 "chrome-native-messaging": "^0.2.0",
20 "ecstatic": "^3.1.0",
21 "minimist": "^1.2.0",
22 "node-notifier": "^5.2.1",
23 "scuttlebot": "^11.3.3",
24 "ssb-about": "^0.1.2",
25 "ssb-backlinks": "^0.7.1",
26 "ssb-blobs": "^1.1.4",
27 "ssb-chess-db": "^1.0.2",
28 "ssb-config": "^2.2.0",
29 "ssb-ebt": "^5.2.0",
30 "ssb-friends": "^2.4.0",
31 "ssb-keys": "^7.0.13",
32 "ssb-meme": "^1.0.4",
33 "ssb-names": "^3.1.0",
34 "ssb-ooo": "^1.0.7",
35 "ssb-private": "^0.2.1",
36 "ssb-query": "^2.1.0",
37 "ssb-search": "^1.1.1",
38 "ssb-web-resolver": "^1.1.2",
39 "ssb-ws": "^2.0.0",
40 "systray": "^1.0.3"
41 },
42 "scripts": {
43 "start": "node server.js",
44 "check-win": "node scripts/check-configuration-win.js",
45 "setup-win": "node scripts/setup-win.js",
46 "check": "node scripts/check-configuration.js",
47 "setup": "node scripts/setup.js",
48 "install": "node scripts/install.js"
49 },
50 "optionalDependencies": {
51 "mkdirp": "^0.5.1",
52 "regedit": "^2.2.7"
53 },
54 "devDependencies": {
55 "eslint-config-standard": "^11.0.0-beta.0"
56 },
57 "peerDependencies": {},
58 "license": "MIT"
59}
60

Built with git-ssb-web