git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: adf8a7771064a6d9a18b6005e625fadbd6fb9846

Files: adf8a7771064a6d9a18b6005e625fadbd6fb9846 / package.json

1426 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": "tape test"
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 "depnest": "^1.0.2",
30 "emoji-named-characters": "^1.0.2",
31 "es2040": "^1.2.4",
32 "human-time": "0.0.1",
33 "mutant": "^3.13.2",
34 "pull-abortable": "^4.1.0",
35 "pull-reconnect": "0.0.3",
36 "pull-stream": "^3.5.0",
37 "ssb-client": "^4.4.0",
38 "ssb-config": "^2.2.0",
39 "ssb-feed": "^2.3.0",
40 "ssb-keys": "^7.0.4",
41 "ssb-markdown": "^3.2.1",
42 "ssb-ref": "^2.6.2",
43 "visualize-buffer": "0.0.1"
44 },
45 "browserify": {
46 "transform": [
47 "bulkify",
48 "es2040"
49 ]
50 },
51 "devDependencies": {
52 "depject": "github:dominictarr/depject#reduce-with-context",
53 "electro": "^2.0.3",
54 "insert-css": "^2.0.0"
55 }
56}
57

Built with git-ssb-web