Files: 7c9bf5c52715e63fa7ec858e0b747dbabe1c5a22 / package.json
1418 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 | "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 | }, |
44 | "browserify": { |
45 | "transform": [ |
46 | "bulkify", |
47 | "es2040" |
48 | ] |
49 | }, |
50 | "devDependencies": { |
51 | "depject": "github:dominictarr/depject#reduce-with-context", |
52 | "electro": "^2.0.3", |
53 | "insert-css": "^2.0.0", |
54 | "standard": "^8.6.0" |
55 | } |
56 | } |
57 |
Built with git-ssb-web