Files: 1ed42bd9f36becb191c331ca40892cc3262c8e08 / package.json
625 bytesRaw
1 | { |
2 | "name": "patchboard", |
3 | "description": "", |
4 | "version": "0.0.0", |
5 | "homepage": "https://github.com/dominictarr/patchboard", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/patchboard.git" |
9 | }, |
10 | "dependencies": { |
11 | "hyperscript": "^1.4.7", |
12 | "moment": "^2.13.0", |
13 | "pull-paramap": "^1.1.6", |
14 | "pull-stream": "^3.3.2", |
15 | "ssb-client": "^3.0.1", |
16 | "ssb-markdown": "^3.0.0" |
17 | }, |
18 | "devDependencies": {}, |
19 | "scripts": { |
20 | "test": "set -e; for t in test/*.js; do node $t; done" |
21 | }, |
22 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
23 | "license": "MIT" |
24 | } |
25 |
Built with git-ssb-web