git ssb

1+

Dominic / secure-scuttlebutt



Tree: 07c9244b03ec6a8340940b5b897f69a1ec1ab997

Files: 07c9244b03ec6a8340940b5b897f69a1ec1ab997 / package.json

1670 bytesRaw
1{
2 "name": "secure-scuttlebutt",
3 "description": "a secure, replicatable database",
4 "version": "15.2.9",
5 "homepage": "https://github.com/ssbc/secure-scuttlebutt",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/ssbc/secure-scuttlebutt.git"
9 },
10 "dependencies": {
11 "cont": "~1.0.0",
12 "deep-equal": "~0.2.1",
13 "explain-error": "~1.0.1",
14 "level": "^1.3.0",
15 "level-sublevel": "^6.5.2",
16 "ltgt": "~2.0.0",
17 "monotonic-timestamp": "~0.0.8",
18 "pull-cat": "~1.1.5",
19 "pull-defer": "^0.2.2",
20 "pull-level": "^2.0.1",
21 "pull-live": "^1.0.1",
22 "pull-notify": "^0.1.0",
23 "pull-paramap": "~1.1.3",
24 "pull-stream": "^3.4.0",
25 "pull-write": "^1.0.2",
26 "ssb-feed": "^2.2.0",
27 "ssb-keys": "^6.0.0",
28 "ssb-msgs": "^5.0.0",
29 "ssb-ref": "^2.0.0",
30 "typewiselite": "^1.0.0"
31 },
32 "devDependencies": {
33 "deep-equal": "^0.2.1",
34 "hexpp": "~1.1.3",
35 "level-test": "^2.0.1",
36 "multicb": "~0.0.2",
37 "pull-abortable": "~4.1.0",
38 "pull-randomly-split": "~1.0.4",
39 "rimraf": "~2.2.8",
40 "tape": "^4.2.2",
41 "typewiselite": "~1.0.0"
42 },
43 "scripts": {
44 "prepublish": "npm ls && npm test",
45 "test": "set -e; for t in test/*.js; do node $t; done"
46 },
47 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
48 "license": "MIT",
49 "testling": {
50 "browsers": [
51 "chrome/22..latest",
52 "chrome/canary",
53 "firefox/17..latest",
54 "firefox/nightly",
55 "ie/8..latest",
56 "ipad/6.0..latest",
57 "iphone/6.0..latest",
58 "opera/12..latest",
59 "opera/next",
60 "safari/5.1..latest"
61 ],
62 "files": "test/defaults.js"
63 }
64}
65

Built with git-ssb-web