forked from ssbc/patchwork
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.46 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.46 KB
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
{
"name": "ssb-patchwork",
"productName": "Patchwork",
"repository": "git@github.com:ssbc/patchwork.git",
"version": "3.8.1",
"description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).",
"main": "index.js",
"scripts": {
"test": "standard",
"start": "electron index.js",
"check-locales": "node scripts/check-locales.js",
"postinstall": "npm run rebuild",
"rebuild": "cross-script npm rebuild --runtime=electron \"--target=$(electron -v)\" \"--abi=$(electron --abi)\" --disturl=https://atom.io/download/atom-shell"
},
"author": "Secure Scuttlebutt Consortium",
"license": "AGPL-3.0",
"dependencies": {
"app-root-path": "^2.0.1",
"bulk-require": "^1.0.0",
"chloride": "github:ssbc/chloride#4492abb5186c03146a546eb4e5aab326474781fa",
"compare-version": "^0.1.2",
"cross-script": "^1.0.1",
"deep-equal": "^1.0.1",
"depject": "^4.1.0",
"depnest": "^1.0.2",
"electron-default-menu": "~1.0.0",
"electron-spellchecker": "^1.0.4",
"electron-window-state": "^4.1.0",
"emojilib": "^2.2.9",
"fix-path": "^2.1.0",
"flatpickr": "^3.0.5-1",
"flumeview-level": "^2.0.3",
"hashlru": "^2.2.0",
"human-time": "0.0.1",
"i18n": "^0.8.3",
"level": "~1.7.0",
"lrucache": "^1.0.2",
"micro-css": "^2.0.1",
"mime-types": "^2.1.15",
"moment": "^2.18.1",
"mutant": "^3.21.2",
"mutant-pull-reduce": "^1.1.0",
"obv": "0.0.1",
"patch-settings": "^1.0.1",
"patchcore": "~1.18.0",
"pull-abortable": "^4.1.0",
"pull-defer": "^0.2.2",
"pull-file": "~1.0.0",
"pull-identify-filetype": "^1.1.0",
"pull-next": "~1.0.0",
"pull-notify": "^0.1.1",
"pull-pause": "~0.0.1",
"pull-ping": "^2.0.2",
"pull-pushable": "^2.0.1",
"pull-stream": "~3.6.0",
"scuttlebot": "github:ssbc/scuttlebot#22d894d03235a96f1cad8e836b55ca57eb25d17f",
"sorted-array-functions": "~1.0.0",
"spacetime": "^1.0.7",
"ssb-about": "~0.1.1",
"ssb-avatar": "^0.2.0",
"ssb-backlinks": "~0.5.1",
"ssb-blobs": "~1.1.4",
"ssb-friends": "^2.3.5",
"ssb-keys": "^7.0.13",
"ssb-mentions": "^0.4.0",
"ssb-msgs": "^5.2.0",
"ssb-private": "0.1.4",
"ssb-query": "^1.0.0",
"ssb-ref": "^2.8.0",
"ssb-sort": "^1.0.0",
"statistics": "^3.3.0",
"suggest-box": "^2.2.3",
"text-node-searcher": "^1.1.1"
},
"devDependencies": {
"colors": "^1.1.2",
"electron": "~1.8.1",
"node-gyp": "^3.6.2"
}
}