git ssb

1+

mixmix / scuttle-shell



Tree: e442f556d84d713c6e4ae2a3e49aff43ec0b7831

Files: e442f556d84d713c6e4ae2a3e49aff43ec0b7831 / package.json

1875 bytesRaw
1{
2 "name": "scuttle-shell",
3 "description": "A system tray app for running Secure Scuttlebutt on your local system",
4 "version": "0.0.4-snapshot",
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 "forked-systray": "^3.0.2",
23 "minimist": "^1.2.0",
24 "node-notifier": "^5.2.1",
25 "scuttlebot": "^12.0.1",
26 "ssb-about": "^0.1.2",
27 "ssb-backlinks": "^0.7.1",
28 "ssb-blobs": "^1.1.4",
29 "ssb-chess-db": "^1.0.3",
30 "ssb-config": "^2.2.0",
31 "ssb-ebt": "^5.2.0",
32 "ssb-friends": "^3.1.3",
33 "ssb-keys": "^7.0.13",
34 "ssb-links": "^3.0.3",
35 "ssb-meme": "^1.0.4",
36 "ssb-names": "^3.1.0",
37 "ssb-ooo": "^1.0.7",
38 "ssb-private": "^0.2.1",
39 "ssb-query": "^2.1.0",
40 "ssb-search": "^1.1.1",
41 "ssb-talequery": "^2.0.1",
42 "ssb-unread": "^1.0.1",
43 "ssb-web-resolver": "^1.1.2",
44 "ssb-ws": "^2.0.0"
45 },
46 "scripts": {
47 "start": "node server.js",
48 "check-win": "node scripts/check-configuration-win.js",
49 "setup-win": "node scripts/setup-win.js",
50 "check": "node scripts/check-configuration.js",
51 "setup": "node scripts/setup.js",
52 "install": "node scripts/install.js",
53 "nix-make": "nix-shell -p nodePackages.node2nix --run 'node2nix -8 --supplement-input supplement.json --include-peer-dependencies'"
54 },
55 "optionalDependencies": {
56 "mkdirp": "^0.5.1",
57 "regedit": "^2.2.7"
58 },
59 "devDependencies": {
60 "eslint-config-standard": "^11.0.0-beta.0"
61 },
62 "peerDependencies": {},
63 "license": "MIT"
64}
65

Built with git-ssb-web