Files: c6df90952add83c8bb601a42ca76c10a21ded936 / package.json
507 bytesRaw
1 | { |
2 | "name": "ssb-mentions", |
3 | "description": "", |
4 | "version": "0.3.1", |
5 | "homepage": "https://github.com/dominictarr/ssb-mentions", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/ssb-mentions.git" |
9 | }, |
10 | "dependencies": { |
11 | "ssb-marked": "^0.7.0", |
12 | "ssb-ref": "^2.3.0" |
13 | }, |
14 | "devDependencies": { |
15 | "tape": "^4.5.1" |
16 | }, |
17 | "scripts": { |
18 | "test": "tape test/*.js" |
19 | }, |
20 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
21 | "license": "MIT" |
22 | } |
23 |
Built with git-ssb-web