-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "yap-app",
"description": "Yet Another Patchwork client",
"version": "2.2.1",
"homepage": "https://github.com/dominictarr/yap",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/yap.git"
},
"dependencies": {
"coherence-framework": "^1.0.0",
"cont": "^1.0.3",
"ecstatic": "^4.1.0",
"emoji-server": "^1.0.0",
"explain-error": "^1.0.4",
"html-escape": "^2.0.0",
"hyperscript": "^2.0.2",
"libnested": "^1.4.0",
"lodash.uniq": "^4.5.0",
"markdown-summary": "^1.0.3",
"morgan": "^1.9.1",
"nice-ago": "^1.0.1",
"pull-append": "^1.0.0",
"pull-paramap": "^1.2.2",
"pull-stream": "^3.6.9",
"qs": "^6.6.0",
"serve-favicon": "^2.5.0",
"ssb-client": "^4.7.4",
"ssb-markdown": "6",
"ssb-mentions": "^0.5.0",
"ssb-ref": "^2.13.9",
"ssb-sort": "^1.1.0",
"ssb-ws": "^6.0.0",
"stack": "^0.1.0",
"urlencoded-request-parser": "^1.0.1",
"yap-util": "^1.0.0"
},
"bin": "./index.js",
"devDependencies": {
"tape": "^4.10.1"
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
"license": "MIT"
}