Files: 61bea8294199142dba186c06d9cd263b1355de2d / package.json
539 bytesRaw
1 | { |
2 | "name": "issue-queue", |
3 | "description": "", |
4 | "version": "0.0.0", |
5 | "homepage": "https://github.com/dominictarr/issue-queue", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/issue-queue.git" |
9 | }, |
10 | "dependencies": { |
11 | "pull-paramap": "^1.2.0", |
12 | "pull-stream": "^3.5.0", |
13 | "ssb-client": "^4.3.0" |
14 | }, |
15 | "devDependencies": {}, |
16 | "scripts": { |
17 | "test": "set -e; for t in test/*.js; do node $t; done" |
18 | }, |
19 | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)", |
20 | "license": "MIT" |
21 | } |
22 |
Built with git-ssb-web