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