git ssb

0+

cel / ssb-mentions



Tree: 83ccc060f8a25977d0a70d8d4a0e8b6c3f721531

Files: 83ccc060f8a25977d0a70d8d4a0e8b6c3f721531 / package.json

507 bytesRaw
1{
2 "name": "ssb-mentions",
3 "description": "",
4 "version": "0.4.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