git ssb

0+

cel / ssb-mentions



Tree: 3cf12190d9605012c3fa7f7b4f92094c051b371c

Files: 3cf12190d9605012c3fa7f7b4f92094c051b371c / package.json

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