git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Tree: 2cc03a6a37da12941e8a3db0673988b37da61bf7

Files: 2cc03a6a37da12941e8a3db0673988b37da61bf7 / package.json

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

Built with git-ssb-web