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