Files: d8ca14eba0e96bb071a1a3988d540bc00e49bd38 / package.json
762 bytesRaw
1 | { |
2 | "name": "ssb-patchboard", |
3 | "description": "a pluggable patchwork", |
4 | "version": "0.1.0", |
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 | "hypertabs": "^0.1.0", |
14 | "moment": "^2.13.0", |
15 | "pull-cat": "^1.1.9", |
16 | "pull-paramap": "^1.1.6", |
17 | "pull-sort": "^1.0.0", |
18 | "pull-stream": "^3.3.2", |
19 | "ssb-client": "^3.0.1", |
20 | "ssb-markdown": "^3.0.0" |
21 | }, |
22 | "devDependencies": {}, |
23 | "scripts": { |
24 | "test": "set -e; for t in test/*.js; do node $t; done" |
25 | }, |
26 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
27 | "license": "MIT" |
28 | } |
29 |
Built with git-ssb-web