git ssb

0+

cel / ssb-mentions



Tree: 3557c736edb5dd3f5283b94eec65b5c002ebb2d8

Files: 3557c736edb5dd3f5283b94eec65b5c002ebb2d8 / package.json

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