git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: 4defd7480e478928d068d369d4f6929f66b00e34

Files: 4defd7480e478928d068d369d4f6929f66b00e34 / package.json

1301 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 "emoji-named-characters": "^1.0.2",
30 "es2040": "^1.2.4",
31 "mutant": "^3.13.2",
32 "pull-abortable": "^4.1.0",
33 "pull-reconnect": "0.0.3",
34 "pull-stream": "^3.5.0",
35 "ssb-client": "^4.4.0",
36 "ssb-config": "^2.2.0",
37 "ssb-feed": "^2.3.0",
38 "ssb-keys": "^7.0.4",
39 "ssb-markdown": "^3.2.1",
40 "ssb-ref": "^2.6.2"
41 },
42 "browserify": {
43 "transform": [
44 "bulkify",
45 "es2040"
46 ]
47 },
48 "devDependencies": {
49 "depject": "^3.1.5",
50 "electro": "^2.0.3",
51 "insert-css": "^2.0.0"
52 }
53}
54

Built with git-ssb-web