Files: 51b1b442305e52aed195c823d4ee96551f8b64cb / package.json
1280 bytesRaw
1 | { |
2 | "name": "yyy", |
3 | "description": "Yet Another Patchwork client", |
4 | "version": "1.0.0", |
5 | "homepage": "https://github.com/dominictarr/yap", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/yap.git" |
9 | }, |
10 | "dependencies": { |
11 | "body-parser": "^1.18.3", |
12 | "coherence-framework": "^1.0.0", |
13 | "cont": "^1.0.3", |
14 | "explain-error": "^1.0.4", |
15 | "hashlru": "^2.2.1", |
16 | "html-escape": "^2.0.0", |
17 | "hyperscript": "^2.0.2", |
18 | "libnested": "^1.4.0", |
19 | "markdown-summary": "^1.0.3", |
20 | "morgan": "^1.9.1", |
21 | "morphdom": "^2.3.3", |
22 | "nice-ago": "^1.0.1", |
23 | "patchwork-translations": "^1.5.4", |
24 | "pull-append": "^1.0.0", |
25 | "pull-paramap": "^1.2.2", |
26 | "pull-stream": "^3.6.9", |
27 | "qs": "^6.6.0", |
28 | "querystring": "^0.2.0", |
29 | "ssb-markdown": "^3.6.0", |
30 | "ssb-mentions": "^0.5.0", |
31 | "ssb-ref": "^2.13.6", |
32 | "ssb-sort": "^1.1.0", |
33 | "ssb-ws": "^5.1.1", |
34 | "stack": "^0.1.0", |
35 | "stream-to-pull-stream": "^1.7.2", |
36 | "to-camel-case": "^1.0.0", |
37 | "urlencoded-request-parser": "^1.0.1" |
38 | }, |
39 | "devDependencies": { |
40 | "ssb-client": "^4.6.0" |
41 | }, |
42 | "scripts": { |
43 | "test": "set -e; for t in test/*.js; do node $t; done" |
44 | }, |
45 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
46 | "license": "MIT" |
47 | } |
48 |
Built with git-ssb-web