Files: 2fa8e6a002f4394a9059d775c6b7e5655de35e76 / package.json
1874 bytesRaw
1 | { |
2 | "name": "patchcore", |
3 | "version": "1.17.0", |
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 | "hashlru": "^2.2.0", |
41 | "html-escape": "^2.0.0", |
42 | "human-time": "0.0.1", |
43 | "mutant": "^3.21.2", |
44 | "mutant-pull-reduce": "^1.1.0", |
45 | "pull-abortable": "^4.1.0", |
46 | "pull-cat": "^1.1.11", |
47 | "pull-reconnect": "0.0.3", |
48 | "pull-stream": "^3.5.0", |
49 | "simple-mime": "^0.1.0", |
50 | "sorted-array-functions": "^1.0.0", |
51 | "split-buffer": "^1.0.0", |
52 | "ssb-client": "^4.5.0", |
53 | "ssb-config": "^2.2.0", |
54 | "ssb-feed": "^2.3.0", |
55 | "ssb-friends": "^2.2.3", |
56 | "ssb-keys": "^7.0.9", |
57 | "ssb-markdown": "^3.3.0", |
58 | "ssb-marked": "^0.7.2", |
59 | "ssb-ref": "^2.8.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