Files: 251a4d7b1477eafd58a6093249e659cf49f23e0c / package.json
791 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-scroll": "^0.1.0", |
18 | "pull-sort": "^1.0.0", |
19 | "pull-stream": "^3.3.2", |
20 | "ssb-client": "^3.0.1", |
21 | "ssb-markdown": "^3.0.0" |
22 | }, |
23 | "devDependencies": {}, |
24 | "scripts": { |
25 | "test": "set -e; for t in test/*.js; do node $t; done" |
26 | }, |
27 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
28 | "license": "MIT" |
29 | } |
30 |
Built with git-ssb-web