git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Tree: 90dfad001a91b412a745a9cad0dccf4a3ef49dc2

Files: 90dfad001a91b412a745a9cad0dccf4a3ef49dc2 / package.json

2303 bytesRaw
1{
2 "name": "mvd",
3 "version": "1.16.1",
4 "description": "minimum viable decent",
5 "main": "index.js",
6 "scripts": {
7 "start": "node bin server",
8 "decent": "node bin server --appname=decent",
9 "ssb": "node bin server --appname=ssb",
10 "testnet": "node bin server --appname=testnet",
11 "build:mvd": "node mvd/style.js && mkdir -p build && browserify mvd/index.js | indexhtmlify > build/index.html",
12 "build:localhost": "browserify localhost/index.js -t sheetify | indexhtmlify > localhost/build/index.html"
13 },
14 "devDependencies": {
15 "browserify": "^16.2.2",
16 "indexhtmlify": "^1.3.1"
17 },
18 "author": "Ev Bogue <ev@evbogue.com>",
19 "license": "MIT",
20 "dependencies": {
21 "broadcast-stream": "^0.2.2",
22 "chloride": "^2.2.14",
23 "dataurl-": "^0.1.0",
24 "deep-extend": "^0.6.0",
25 "diff": "^3.5.0",
26 "emoji-server": "^1.0.0",
27 "human-time": "0.0.1",
28 "hyperfile": "^2.0.0",
29 "hyperloadmore": "^1.1.0",
30 "hyperscript": "^2.0.2",
31 "hyperscroll": "^1.0.0",
32 "inu-engine": "^1.0.0-pre.0",
33 "multiblob-http": "^0.4.2",
34 "muxrpcli": "^1.1.0",
35 "nanomorph": "^5.4.0",
36 "non-private-ip": "^1.4.3",
37 "open": "^6.1.0",
38 "os-homedir": "^1.0.2",
39 "patch-package": "^6.1.0",
40 "pull-file": "^1.1.0",
41 "pull-more": "^1.1.0",
42 "pull-next-query": "^1.0.0",
43 "pull-paramap": "^1.2.2",
44 "pull-reconnect": "0.0.3",
45 "pull-stream": "^3.6.9",
46 "pull-stringify": "^2.0.0",
47 "pull-through": "^1.0.18",
48 "rc": "^1.2.7",
49 "secret-stack": "^6.0.3",
50 "sheetify": "^7.3.3",
51 "simple-mime": "^0.1.0",
52 "split-buffer": "^1.0.0",
53 "ssb-avatar": "^0.2.0",
54 "ssb-backlinks": "^0.7.1",
55 "ssb-blobs": "^1.1.5",
56 "ssb-client": "^4.5.7",
57 "ssb-db": "^19.1.1",
58 "ssb-ebt": "^5.1.5",
59 "ssb-feed": "^2.3.0",
60 "ssb-friends": "^3.1.6",
61 "ssb-gossip": "^1.0.6",
62 "ssb-invite": "^2.0.4",
63 "ssb-keys": "^7.0.16",
64 "ssb-links": "^3.0.3",
65 "ssb-markdown": "^3.6.0",
66 "ssb-mentions": "^0.5.0",
67 "ssb-query": "^2.3.0",
68 "ssb-ref": "^2.11.1",
69 "ssb-replicate": "^1.2.3",
70 "ssb-search": "^1.0.1",
71 "ssb-web-resolver": "^1.1.2",
72 "ssb-ws": "^6.0.0",
73 "stack": "^0.1.0",
74 "stream-to-pull-stream": "^1.7.3",
75 "tachyons": "^4.11.1",
76 "visualize-buffer": "0.0.1"
77 }
78}
79

Built with git-ssb-web