{ "name": "scuttle-shell", "description": "A system tray app for running Secure Scuttlebutt on your local system", "version": "0.0.4-snapshot", "author": { "name": "Andre Alves Garzia", "email": "andre@andregarzia.com", "url": "http://andregarzia.com" }, "homepage": "https://github.com/soapdog/scuttle-shell", "repository": { "type": "git", "url": "git://github.com/soapdog/scuttle-shell.git" }, "main": "./server.js", "bin": { "scuttleshell": "./server.js" }, "dependencies": { "chrome-native-messaging": "^0.2.0", "ecstatic": "^3.1.0", "forked-systray": "^3.0.2", "minimist": "^1.2.0", "node-notifier": "^5.2.1", "scuttlebot": "^12.0.1", "ssb-about": "^0.1.2", "ssb-backlinks": "^0.7.1", "ssb-blobs": "^1.1.4", "ssb-chess-db": "^1.0.3", "ssb-config": "^2.2.0", "ssb-ebt": "^5.2.0", "ssb-friends": "^3.1.3", "ssb-keys": "^7.0.13", "ssb-links": "^3.0.3", "ssb-meme": "^1.0.4", "ssb-names": "^3.1.0", "ssb-ooo": "^1.0.7", "ssb-private": "^0.2.1", "ssb-query": "^2.1.0", "ssb-search": "^1.1.1", "ssb-talequery": "^2.0.1", "ssb-unread": "^1.0.1", "ssb-web-resolver": "^1.1.2", "ssb-ws": "^2.0.0" }, "scripts": { "start": "node server.js", "check-win": "node scripts/check-configuration-win.js", "setup-win": "node scripts/setup-win.js", "check": "node scripts/check-configuration.js", "setup": "node scripts/setup.js", "install": "node scripts/install.js" }, "optionalDependencies": { "mkdirp": "^0.5.1", "regedit": "^2.2.7" }, "devDependencies": { "eslint-config-standard": "^11.0.0-beta.0" }, "peerDependencies": {}, "license": "MIT" }