Files: 92f33038e6bc357aed4d1c740fa53ac251b75137 / package.json
734 bytesRaw
1 | { |
2 | "name": "ssb-feed", |
3 | "description": "create and validate ssb feeds", |
4 | "version": "2.1.2", |
5 | "homepage": "https://github.com/dominictarr/ssb-feed", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/ssb-feed.git" |
9 | }, |
10 | "dependencies": { |
11 | "cont": "~1.0.3", |
12 | "monotonic-timestamp": "~0.0.9", |
13 | "pull-stream": "^3.4.2", |
14 | "ssb-keys": "^5.0.0", |
15 | "ssb-ref": "^2.0.0" |
16 | }, |
17 | "devDependencies": { |
18 | "explain-error": "^1.0.1", |
19 | "interleavings": "^0.3.1", |
20 | "pull-pushable": "^1.1.4", |
21 | "tape": "~4.0.0" |
22 | }, |
23 | "scripts": { |
24 | "test": "set -e; for t in test/*.js; do node $t; done" |
25 | }, |
26 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
27 | "license": "MIT" |
28 | } |
29 | |
30 |
Built with git-ssb-web