-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "ssb-replicate",
"description": "",
"version": "1.3.5",
"homepage": "https://github.com/dominictarr/ssb-replicate",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/ssb-replicate.git"
},
"dependencies": {
"deep-equal": "^2.2.3",
"observ-debounce": "^1.1.1",
"pull-cat": "^1.1.11",
"pull-next": "^1.0.1",
"pull-notify": "^0.1.2",
"pull-paramap": "^1.2.2",
"pull-pushable": "^2.2.0",
"pull-stream": "^3.7.0",
"ssb-ref": "^2.16.0"
},
"devDependencies": {
"cat-names": "^2.0.0",
"cont": "^1.0.3",
"dog-names": "^1.0.2",
"scuttle-testbot": "^2.2.0",
"ssb-conn": "^1.0.0",
"ssb-friends": "^4.4.10",
"standard": "^17.1.0",
"tap-arc": "^1.2.2",
"tape": "^4.17.0"
},
"scripts": {
"test": "npm run test:js:pretty && npm run lint",
"test:js:pretty": "npm run test:js | tap-arc",
"test:js": "tape test/*.test.js",
"lint": "standard --fix"
},
"author": "Dominic Tarr <[email protected]> (http://dominictarr.com)",
"license": "MIT"
}