Files: 0b68762e851dab73abc45fa60add0d96d3b5c7ac / package.json
1987 bytesRaw
1 | { |
2 | "name": "patchcore", |
3 | "version": "1.28.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 | "piexifjs": "^1.0.4", |
47 | "pull-abortable": "^4.1.0", |
48 | "pull-box-stream": "~1.0.13", |
49 | "pull-cat": "^1.1.11", |
50 | "pull-defer": "~0.2.2", |
51 | "pull-reconnect": "0.0.3", |
52 | "pull-stream": "^3.5.0", |
53 | "scuttle-blog": "^1.0.0", |
54 | "simple-mime": "^0.1.0", |
55 | "sorted-array-functions": "^1.0.0", |
56 | "split-buffer": "^1.0.0", |
57 | "ssb-client": "^4.5.2", |
58 | "ssb-config": "^2.2.0", |
59 | "ssb-feed": "^2.3.0", |
60 | "ssb-friends": "^2.2.3", |
61 | "ssb-keys": "^7.0.9", |
62 | "ssb-markdown": "^3.6.0", |
63 | "ssb-ref": "^2.11.0", |
64 | "ssb-sort": "^1.0.0", |
65 | "xtend": "^4.0.1" |
66 | }, |
67 | "browserify": { |
68 | "transform": [ |
69 | "bulkify", |
70 | "es2040" |
71 | ] |
72 | }, |
73 | "devDependencies": { |
74 | "depject": "github:dominictarr/depject#reduce-with-context", |
75 | "electro": "^2.0.3", |
76 | "insert-css": "^2.0.0", |
77 | "standard": "^8.6.0" |
78 | } |
79 | } |
80 |
Built with git-ssb-web