git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Tree: 5285e716749369d47e938077f6d87389eb282ba9

Files: 5285e716749369d47e938077f6d87389eb282ba9 / package.json

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

Built with git-ssb-web