Files: a59538039caf66a1a2dfa869c577df77ecb11288 / package.json
1062 bytesRaw
1 | { |
2 | "name": "pull-git-remote-helper", |
3 | "version": "2.1.0", |
4 | "description": "use pull-streams to make gitremote-helpers(1)", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "tape test/*.js" |
8 | }, |
9 | "repository": { |
10 | "type": "git", |
11 | "url": "https://git.scuttlebot.io/%25a4gRtAS8FLgWfxcM6SRFly2KnY9fdG8dWRAzgXsaxW0%3D.sha256" |
12 | }, |
13 | "keywords": [ |
14 | "pull-stream", |
15 | "pull-git-repo", |
16 | "git", |
17 | "git-remote-helper" |
18 | ], |
19 | "author": "cel", |
20 | "license": "Fair", |
21 | "homepage": "https://git.scuttlebot.io/%25a4gRtAS8FLgWfxcM6SRFly2KnY9fdG8dWRAzgXsaxW0%3D.sha256", |
22 | "bugs": "https://git.scuttlebot.io/%25a4gRtAS8FLgWfxcM6SRFly2KnY9fdG8dWRAzgXsaxW0%3D.sha256/issues", |
23 | "dependencies": { |
24 | "multicb": "^1.2.2", |
25 | "progress": "^2.0.0", |
26 | "pull-buffered": "^0.3.4", |
27 | "pull-cat": "^1.1.11", |
28 | "pull-git-pack": "^1.0.2", |
29 | "pull-git-repo": "^1.3.0", |
30 | "pull-hash": "^1.0.0", |
31 | "pull-stream": "^3.6.8", |
32 | "stream-to-pull-stream": "^1.7.2" |
33 | }, |
34 | "devDependencies": { |
35 | "mktemp": "^0.4.0", |
36 | "rimraf": "^2.5.4", |
37 | "tape": "^4.6.0" |
38 | } |
39 | } |
40 |
Built with git-ssb-web