Files: ea7483671e4c557ff8a2d71717148f1ea356c1f4 / package.json
676 bytesRaw
1 | { |
2 | "name": "ssb-issues", |
3 | "version": "0.2.1", |
4 | "description": "Issue tracking built on secure-scuttlebutt", |
5 | "main": "index.js", |
6 | "author": "Charles Lehner (http://celehner.com/)", |
7 | "license": "Fair", |
8 | "homepage": "http://git-ssb.celehner.com/%25k2hR1aGh735Y7bgIeoPepMGbagO8YBBau1cUa6wVJGU%3D.sha256", |
9 | "scripts": { |
10 | "test": "node test" |
11 | }, |
12 | "dependencies": { |
13 | "asyncmemo": "^0.1.0", |
14 | "multicb": "^1.2.1", |
15 | "pull-paramap": "^1.1.2", |
16 | "pull-stream": "^3.2.0", |
17 | "ssb-msgs": "^5.2.0", |
18 | "ssb-ref": "^2.3.0" |
19 | }, |
20 | "devDependencies": { |
21 | "scuttlebot": "^7.6.6", |
22 | "ssb-keys": "^5.0.0", |
23 | "ssb-msg-schemas": "^6.2.1", |
24 | "tape": "^4.5.1" |
25 | } |
26 | } |
27 |
Built with git-ssb-web