Files: 6dde1c5e1d32a7427848bfad8a4641577bd0d1ab / package.json
1763 bytesRaw
1 | { |
2 | "name": "secure-scuttlebutt", |
3 | "description": "a secure, replicatable database", |
4 | "version": "15.5.1", |
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 | "bytewise": "^1.1.0", |
12 | "cont": "~1.0.0", |
13 | "deep-equal": "~0.2.1", |
14 | "explain-error": "~1.0.1", |
15 | "level": "^1.4.0", |
16 | "level-peek": "^2.0.1", |
17 | "level-sublevel": "^6.6.0", |
18 | "ltgt": "~2.0.0", |
19 | "monotonic-timestamp": "~0.0.8", |
20 | "pull-cat": "~1.1.5", |
21 | "pull-defer": "^0.2.2", |
22 | "pull-level": "^2.0.3", |
23 | "pull-live": "^1.0.1", |
24 | "pull-notify": "^0.1.0", |
25 | "pull-paramap": "^1.1.6", |
26 | "pull-stream": "^3.4.0", |
27 | "pull-write": "^1.1.0", |
28 | "ssb-feed": "^2.2.1", |
29 | "ssb-keys": "^7.0.0", |
30 | "ssb-msgs": "^5.0.0", |
31 | "ssb-ref": "^2.0.0", |
32 | "stream-to-pull-stream": "^1.7.2", |
33 | "typewiselite": "^1.0.0" |
34 | }, |
35 | "devDependencies": { |
36 | "deep-equal": "^0.2.1", |
37 | "hexpp": "~1.1.3", |
38 | "level-test": "^2.0.1", |
39 | "multicb": "~0.0.2", |
40 | "pull-abortable": "~4.1.0", |
41 | "pull-randomly-split": "~1.0.4", |
42 | "rimraf": "~2.2.8", |
43 | "tape": "^4.2.2", |
44 | "typewiselite": "~1.0.0" |
45 | }, |
46 | "scripts": { |
47 | "prepublish": "npm ls && npm test", |
48 | "test": "set -e; for t in test/*.js; do node $t; done" |
49 | }, |
50 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
51 | "license": "MIT", |
52 | "testling": { |
53 | "browsers": [ |
54 | "chrome/22..latest", |
55 | "chrome/canary", |
56 | "firefox/17..latest", |
57 | "firefox/nightly", |
58 | "ie/8..latest", |
59 | "ipad/6.0..latest", |
60 | "iphone/6.0..latest", |
61 | "opera/12..latest", |
62 | "opera/next", |
63 | "safari/5.1..latest" |
64 | ], |
65 | "files": "test/defaults.js" |
66 | } |
67 | } |
68 |
Built with git-ssb-web