Files: 1b75f8ffcfadbde6d14a55155a3f436a7e485d94 / package.json
682 bytesRaw
1 | { |
2 | "name": "ssb-patchboard", |
3 | "description": "a pluggable patchwork", |
4 | "version": "0.0.1", |
5 | "homepage": "https://github.com/dominictarr/ssb-patchboard", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/ssb-patchboard.git" |
9 | }, |
10 | "dependencies": { |
11 | "depject": "0.0.2", |
12 | "hyperscript": "^1.4.7", |
13 | "moment": "^2.13.0", |
14 | "pull-paramap": "^1.1.6", |
15 | "pull-stream": "^3.3.2", |
16 | "ssb-client": "^3.0.1", |
17 | "ssb-markdown": "^3.0.0" |
18 | }, |
19 | "devDependencies": {}, |
20 | "scripts": { |
21 | "test": "set -e; for t in test/*.js; do node $t; done" |
22 | }, |
23 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
24 | "license": "MIT" |
25 | } |
26 |
Built with git-ssb-web