git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: 2789aa402161086c32523ba4b96239579b9643db

Files: 2789aa402161086c32523ba4b96239579b9643db / package.json

1868 bytesRaw
1{
2 "name": "patchcore",
3 "version": "1.22.1",
4 "description": "minimal core for ssb clients",
5 "main": "index.js",
6 "scripts": {
7 "start": "electro example",
8 "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell",
9 "test": "standard"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/ssbc/patchcore.git"
14 },
15 "keywords": [
16 "scuttlebutt",
17 "ssb",
18 "client"
19 ],
20 "author": "Secure Scuttlebutt Consortium",
21 "maintainers": [
22 "ahdinosaur",
23 "cel",
24 "dominictarr",
25 "mixmix",
26 "mmckegg"
27 ],
28 "license": "AGPL-3.0",
29 "bugs": {
30 "url": "https://github.com/ssbc/patchcore/issues"
31 },
32 "homepage": "https://github.com/ssbc/patchcore#readme",
33 "dependencies": {
34 "bulk-require": "^1.0.0",
35 "bulkify": "^1.4.2",
36 "color-hash": "^1.0.3",
37 "depnest": "^1.0.2",
38 "emoji-named-characters": "^1.0.2",
39 "es2040": "^1.2.4",
40 "flat": "^4.0.0",
41 "hashlru": "^2.2.0",
42 "html-escape": "^2.0.0",
43 "human-time": "0.0.1",
44 "mutant": "^3.21.2",
45 "mutant-pull-reduce": "^1.1.0",
46 "pull-abortable": "^4.1.0",
47 "pull-cat": "^1.1.11",
48 "pull-reconnect": "0.0.3",
49 "pull-stream": "^3.5.0",
50 "simple-mime": "^0.1.0",
51 "sorted-array-functions": "^1.0.0",
52 "split-buffer": "^1.0.0",
53 "ssb-client": "^4.5.2",
54 "ssb-config": "^2.2.0",
55 "ssb-feed": "^2.3.0",
56 "ssb-friends": "^2.2.3",
57 "ssb-keys": "^7.0.9",
58 "ssb-markdown": "^3.3.1",
59 "ssb-ref": "^2.9.0",
60 "ssb-sort": "^1.0.0",
61 "xtend": "^4.0.1"
62 },
63 "browserify": {
64 "transform": [
65 "bulkify",
66 "es2040"
67 ]
68 },
69 "devDependencies": {
70 "depject": "github:dominictarr/depject#reduce-with-context",
71 "electro": "^2.0.3",
72 "insert-css": "^2.0.0",
73 "standard": "^8.6.0"
74 }
75}
76

Built with git-ssb-web