Files: 2e24f63f3e975823d94bc8e83243dd998d9caa5f / package.json
1252 bytesRaw
1 | { |
2 | "name": "yap-app", |
3 | "description": "Yet Another Patchwork client", |
4 | "version": "2.2.1", |
5 | "homepage": "https://github.com/dominictarr/yap", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/yap.git" |
9 | }, |
10 | "dependencies": { |
11 | "coherence-framework": "^1.0.0", |
12 | "cont": "^1.0.3", |
13 | "ecstatic": "^4.1.0", |
14 | "emoji-server": "^1.0.0", |
15 | "explain-error": "^1.0.4", |
16 | "html-escape": "^2.0.0", |
17 | "hyperscript": "^2.0.2", |
18 | "libnested": "^1.4.0", |
19 | "lodash.uniq": "^4.5.0", |
20 | "markdown-summary": "^1.0.3", |
21 | "morgan": "^1.9.1", |
22 | "nice-ago": "^1.0.1", |
23 | "pull-append": "^1.0.0", |
24 | "pull-paramap": "^1.2.2", |
25 | "pull-stream": "^3.6.9", |
26 | "qs": "^6.6.0", |
27 | "serve-favicon": "^2.5.0", |
28 | "ssb-client": "^4.7.4", |
29 | "ssb-markdown": "^3.6.0", |
30 | "ssb-mentions": "^0.5.0", |
31 | "ssb-ref": "^2.13.9", |
32 | "ssb-sort": "^1.1.0", |
33 | "ssb-ws": "^6.0.0", |
34 | "stack": "^0.1.0", |
35 | "urlencoded-request-parser": "^1.0.1", |
36 | "yap-util": "^1.0.0" |
37 | }, |
38 | "bin": "./index.js", |
39 | "devDependencies": { |
40 | "tape": "^4.10.1" |
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