Files: aec7de127e5079a937ab356946f2ff7b825f2a7d / package.json
513 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 | "scripts": { |
16 | "test": "set -e; for t in test/*.js; do node $t; done" |
17 | }, |
18 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
19 | "license": "MIT" |
20 | } |
21 |
Built with git-ssb-web