Files: 08e1fc42a3722f8f133fdcb3a7460462d599f889 / package.json
905 bytesRaw
1 | { |
2 | "name": "patchbay", |
3 | "description": "a pluggable patchwork", |
4 | "version": "0.2.0", |
5 | "homepage": "https://github.com/dominictarr/patchbay", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/patchbay.git" |
9 | }, |
10 | "dependencies": { |
11 | "cont": "^1.0.3", |
12 | "depject": "^0.1.0", |
13 | "hyperscript": "^1.4.7", |
14 | "moment": "^2.13.0", |
15 | "pull-cat": "^1.1.9", |
16 | "pull-next": "0.0.0", |
17 | "pull-paramap": "^1.1.6", |
18 | "pull-scroll": "^0.1.0", |
19 | "pull-stream": "^3.3.2", |
20 | "ssb-avatar": "0.0.0", |
21 | "ssb-client": "^3.0.1", |
22 | "ssb-keys": "^5.0.2", |
23 | "ssb-markdown": "^3.0.0", |
24 | "ssb-mentions": "^0.1.0", |
25 | "ssb-sort": "0.0.0", |
26 | "suggest-box": "^2.0.0" |
27 | }, |
28 | "devDependencies": {}, |
29 | "scripts": { |
30 | "test": "set -e; for t in test/*.js; do node $t; done" |
31 | }, |
32 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
33 | "license": "MIT" |
34 | } |
35 |
Built with git-ssb-web