-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 2.94 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "decent",
"version": "3.9.1",
"description": "A decent(tralized) network for communication and development",
"scripts": {
"start": "node decent server",
"build": "node client/scripts/style.js && mkdir -p build && browserify client/index.js | indexhtmlify > build/index.html",
"fonts": "git clone ssb://%XoC0EPXVomSYODRk0g9w6iGuD/vPCjinTVVW6Dz1hEQ=.sha256 build/ssp"
},
"author": "Ev Bogue",
"license": "MIT",
"dependencies": {
"asyncmemo": "^1.0.0",
"atomic-file": "0.0.1",
"bash-color": "~0.0.3",
"broadcast-stream": "~0.0.0",
"cont": "~1.0.3",
"dataurl-": "^0.1.0",
"deep-equal": "^1.0.1",
"deep-extend": "^0.5.0",
"depject": "^3.0.0",
"ecstatic": "^2.1.0",
"emoji-named-characters": "^1.0.2",
"emoji-server": "^1.0.0",
"explain-error": "~1.0.1",
"has-network": "0.0.0",
"human-time": "0.0.1",
"hypercombo": "0.1.0",
"hypercrop": "^1.0.1",
"hyperfile": "^2.0.0",
"hyperlightbox": "^0.1.3",
"hyperprogress": "0.1.0",
"hyperscript": "^2.0.2",
"hypertabs-vertical": "^3.0.0",
"ip": "^0.3.3",
"is-visible": "^2.1.1",
"kvgraph": "^0.1.0",
"lrucache": "^1.0.3",
"map-filter-reduce": "^3.0.1",
"mdmanifest": "^1.0.4",
"minimist": "^1.1.3",
"mkdirp": "~0.5.0",
"multiblob": "^1.10.1",
"multiblob-http": "^0.2.0",
"multicb": "^1.2.2",
"multiserver": "^1.10.0",
"muxrpc": "^6.3.3",
"muxrpc-validation": "^2.0.0",
"muxrpcli": "^1.0.0",
"mv": "^2.1.1",
"non-private-ip": "^1.4.2",
"observ-debounce": "^1.1.1",
"obv": "^0.0.1",
"on-change-network": "0.0.2",
"on-wakeup": "^1.0.0",
"open-external": "^0.1.1",
"os-homedir": "^1.0.2",
"osenv": "^0.1.3",
"pull-cat": "~1.1.9",
"pull-file": "^1.0.0",
"pull-hash": "^1.0.0",
"pull-many": "~1.0.7",
"pull-next": "^1.0.1",
"pull-notify": "0.0.0",
"pull-paramap": "~1.1.6",
"pull-ping": "^2.0.2",
"pull-pushable": "^2.0.0",
"pull-reconnect": "^0.0.3",
"pull-scroll": "^1.0.9",
"pull-stream": "^3.4.5",
"pull-stringify": "^2.0.0",
"rc": "^1.2.1",
"rimraf": "^2.4.2",
"secret-stack": "^4.0.0",
"secure-scuttlebutt": "^16.3.7",
"simple-mime": "^0.1.0",
"split-buffer": "^1.0.0",
"ssb-avatar": "^0.2.0",
"ssb-blobs": "^1.1.3",
"ssb-ebt": "^1.3.2",
"ssb-feed": "^2.2.1",
"ssb-friends": "^2.2.2",
"ssb-fulltext": "^1.0.1",
"ssb-git": "^0.5.0",
"ssb-keys": "^7.0.10",
"ssb-links": "^2.0.0",
"ssb-markdown": "^3.3.0",
"ssb-marked": "^0.7.2",
"ssb-mentions": "^0.4.0",
"ssb-query": "^1.0.0",
"ssb-ref": "^2.7.1",
"ssb-sort": "^1.0.0",
"stack": "^0.1.0",
"statistics": "3.0.0",
"stream-to-pull-stream": "^1.6.10",
"suggest-box": "^2.2.1",
"text-node-searcher": "^1.1.0",
"visualize-buffer": "0.0.1",
"zerr": "^1.0.0"
},
"devDependencies": {
"browserify": "^14.4.0",
"indexhtmlify": "^1.3.1"
}
}