git ssb

1+

mixmix / scuttle-shell



Tree: 6cc6e67e04f36d9fa92b14e5030d73797a24a90b

Files: 6cc6e67e04f36d9fa92b14e5030d73797a24a90b / package.json

1635 bytesRaw
1{
2 "name": "scuttle-shell",
3 "description": "A system tray app for running Secure Scuttlebutt on your local system",
4 "version": "0.0.3",
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 "main": "./server.js",
16 "bin": {
17 "scuttleshell": "./server.js"
18 },
19 "dependencies": {
20 "chrome-native-messaging": "^0.2.0",
21 "ecstatic": "^3.1.0",
22 "minimist": "^1.2.0",
23 "node-notifier": "^5.2.1",
24 "scuttlebot": "^11.3.3",
25 "ssb-about": "^0.1.2",
26 "ssb-backlinks": "^0.7.1",
27 "ssb-blobs": "^1.1.4",
28 "ssb-chess-db": "^1.0.2",
29 "ssb-config": "^2.2.0",
30 "ssb-ebt": "^5.2.0",
31 "ssb-friends": "^2.4.0",
32 "ssb-keys": "^7.0.13",
33 "ssb-meme": "^1.0.4",
34 "ssb-names": "^3.1.0",
35 "ssb-ooo": "^1.0.7",
36 "ssb-private": "^0.2.1",
37 "ssb-query": "^2.1.0",
38 "ssb-search": "^1.1.1",
39 "ssb-web-resolver": "^1.1.2",
40 "ssb-ws": "^2.0.0",
41 "systray": "^1.0.3"
42 },
43 "scripts": {
44 "start": "node server.js",
45 "check-win": "node scripts/check-configuration-win.js",
46 "setup-win": "node scripts/setup-win.js",
47 "check": "node scripts/check-configuration.js",
48 "setup": "node scripts/setup.js",
49 "install": "node scripts/install.js"
50 },
51 "optionalDependencies": {
52 "mkdirp": "^0.5.1",
53 "regedit": "^2.2.7"
54 },
55 "devDependencies": {
56 "eslint-config-standard": "^11.0.0-beta.0"
57 },
58 "peerDependencies": {},
59 "license": "MIT"
60}

Built with git-ssb-web