forked from ssbc/patchcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.83 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.83 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
{
"name": "patchcore",
"version": "1.16.0",
"description": "minimal core for ssb clients",
"main": "index.js",
"scripts": {
"start": "electro example",
"rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell",
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssbc/patchcore.git"
},
"keywords": [
"scuttlebutt",
"ssb",
"client"
],
"author": "Secure Scuttlebutt Consortium",
"maintainers": [
"ahdinosaur",
"cel",
"dominictarr",
"mixmix",
"mmckegg"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ssbc/patchcore/issues"
},
"homepage": "https://github.com/ssbc/patchcore#readme",
"dependencies": {
"bulk-require": "^1.0.0",
"bulkify": "^1.4.2",
"color-hash": "^1.0.3",
"depnest": "^1.0.2",
"emoji-named-characters": "^1.0.2",
"es2040": "^1.2.4",
"hashlru": "^2.2.0",
"html-escape": "^2.0.0",
"human-time": "0.0.1",
"mutant": "^3.21.2",
"mutant-pull-reduce": "^1.1.0",
"pull-abortable": "^4.1.0",
"pull-cat": "^1.1.11",
"pull-reconnect": "0.0.3",
"pull-stream": "^3.5.0",
"simple-mime": "^0.1.0",
"sorted-array-functions": "^1.0.0",
"split-buffer": "^1.0.0",
"ssb-client": "^4.5.0",
"ssb-config": "^2.2.0",
"ssb-feed": "^2.3.0",
"ssb-friends": "^2.2.3",
"ssb-keys": "^7.0.9",
"ssb-markdown": "^3.3.0",
"ssb-marked": "^0.7.2",
"ssb-ref": "^2.6.2",
"ssb-sort": "^1.0.0",
"xtend": "^4.0.1"
},
"browserify": {
"transform": [
"bulkify",
"es2040"
]
},
"devDependencies": {
"depject": "github:dominictarr/depject#reduce-with-context",
"electro": "^2.0.3",
"insert-css": "^2.0.0",
"standard": "^8.6.0"
}
}