Files: aeae4fa406f651c0ba5716dd48e856acc3cad353 / package.json
1645 bytesRaw
1 | { |
2 | "name": "patchcore", |
3 | "version": "0.0.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 | "license": "MIT", |
22 | "bugs": { |
23 | "url": "https://github.com/ssbc/patchcore/issues" |
24 | }, |
25 | "homepage": "https://github.com/ssbc/patchcore#readme", |
26 | "dependencies": { |
27 | "bulk-require": "^1.0.0", |
28 | "bulkify": "^1.4.2", |
29 | "color-hash": "^1.0.3", |
30 | "depnest": "^1.0.2", |
31 | "emoji-named-characters": "^1.0.2", |
32 | "es2040": "^1.2.4", |
33 | "human-time": "0.0.1", |
34 | "mutant": "^3.15.0", |
35 | "mutant-pull-reduce": "^1.0.1", |
36 | "pull-abortable": "^4.1.0", |
37 | "pull-cat": "^1.1.11", |
38 | "pull-reconnect": "0.0.3", |
39 | "pull-stream": "^3.5.0", |
40 | "simple-mime": "^0.1.0", |
41 | "split-buffer": "^1.0.0", |
42 | "ssb-avatar": "^0.2.0", |
43 | "ssb-client": "^4.4.0", |
44 | "ssb-config": "^2.2.0", |
45 | "ssb-feed": "^2.3.0", |
46 | "ssb-keys": "^7.0.4", |
47 | "ssb-markdown": "^3.2.1", |
48 | "ssb-ref": "^2.6.2", |
49 | "ssb-sort": "^1.0.0", |
50 | "xtend": "^4.0.1" |
51 | }, |
52 | "browserify": { |
53 | "transform": [ |
54 | "bulkify", |
55 | "es2040" |
56 | ] |
57 | }, |
58 | "devDependencies": { |
59 | "depject": "github:dominictarr/depject#reduce-with-context", |
60 | "electro": "^2.0.3", |
61 | "insert-css": "^2.0.0", |
62 | "standard": "^8.6.0" |
63 | } |
64 | } |
65 |
Built with git-ssb-web