Files: 1889f951e47739c84552fd11554b14400e74f1e7 / package.json
705 bytesRaw
1 | { |
2 | "name": "ssb-issues", |
3 | "version": "0.0.5", |
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 | "pull-cat": "^1.1.8", |
15 | "pull-paramap": "^1.1.2", |
16 | "pull-stream": "^3.2.0", |
17 | "ssb-client": "^3.0.1", |
18 | "ssb-msgs": "^5.2.0", |
19 | "ssb-ref": "^2.3.0" |
20 | }, |
21 | "devDependencies": { |
22 | "scuttlebot": "^7.6.6", |
23 | "ssb-keys": "^5.0.0", |
24 | "ssb-msg-schemas": "^6.2.1", |
25 | "tape": "^4.5.1" |
26 | } |
27 | } |
28 |
Built with git-ssb-web