Files: 10439a09565bfdb78763f2babddf86b0ba70d65b / package.json
1783 bytesRaw
1 | { |
2 | "name": "scuttle-shell", |
3 | "description": "A system tray app for running Secure Scuttlebutt on your local system", |
4 | "version": "0.1.0", |
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.8", |
23 | "minimist": "^1.2.0", |
24 | "node-notifier": "^5.2.1", |
25 | "scuttlebot": "^13.0.0", |
26 | "ssb-about": "^0.1.2", |
27 | "ssb-backlinks": "^0.7.1", |
28 | "ssb-blobs": "^1.1.4", |
29 | "ssb-chess-db": "^1.0.4", |
30 | "ssb-config": "^2.3.6", |
31 | "ssb-ebt": "^5.2.0", |
32 | "ssb-friends": "^3.1.3", |
33 | "ssb-keys": "^7.1.1", |
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-tags": "^0.2.0", |
42 | "ssb-talequery": "^2.0.1", |
43 | "ssb-threads": "^3.0.0", |
44 | "ssb-unread": "^1.0.1", |
45 | "ssb-web-resolver": "^1.1.2", |
46 | "ssb-ws": "^2.0.0" |
47 | }, |
48 | "scripts": { |
49 | "start": "node server.js", |
50 | "check-win": "node scripts/check-configuration-win.js", |
51 | "setup-win": "node scripts/setup-win.js", |
52 | "check": "node scripts/check-configuration.js", |
53 | "setup": "node scripts/setup.js", |
54 | "install": "node scripts/install.js" |
55 | }, |
56 | "optionalDependencies": { |
57 | "mkdirp": "^0.5.1", |
58 | "regedit": "^2.2.7" |
59 | }, |
60 | "devDependencies": { |
61 | "eslint-config-standard": "^11.0.0-beta.0" |
62 | }, |
63 | "peerDependencies": {}, |
64 | "license": "MIT" |
65 | } |
66 |
Built with git-ssb-web