Files: 1e2d415297dc67684478280b7b309f1e3432d2e4 / package.json
785 bytesRaw
1 | { |
2 | "name": "ssb-issues", |
3 | "version": "1.1.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 | "repository": { |
10 | "type": "git", |
11 | "url": "ssb://%k2hR1aGh735Y7bgIeoPepMGbagO8YBBau1cUa6wVJGU=.sha256" |
12 | }, |
13 | "scripts": { |
14 | "test": "node test" |
15 | }, |
16 | "dependencies": { |
17 | "asyncmemo": "^1.0.0", |
18 | "multicb": "^1.2.1", |
19 | "pull-paramap": "^1.1.2", |
20 | "pull-stream": "^3.2.0", |
21 | "ssb-msgs": "^5.2.0", |
22 | "ssb-ref": "^2.3.0" |
23 | }, |
24 | "devDependencies": { |
25 | "scuttlebot": "9", |
26 | "ssb-keys": "^7.0.3", |
27 | "ssb-msg-schemas": "^6.2.1", |
28 | "tape": "^4.6.2" |
29 | } |
30 | } |
31 |
Built with git-ssb-web