Files: 4933e4b778bdb7bc249725e152a78612fe6fcb5c / package.json
1738 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 | }, |
54 | "optionalDependencies": { |
55 | "mkdirp": "^0.5.1", |
56 | "regedit": "^2.2.7" |
57 | }, |
58 | "devDependencies": { |
59 | "eslint-config-standard": "^11.0.0-beta.0" |
60 | }, |
61 | "peerDependencies": {}, |
62 | "license": "MIT" |
63 | } |
64 |
Built with git-ssb-web